blob: c255ec8b60ef1e779ffe3a22993f26dd2f37cc3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.3 2001/02/16 14:40:49 wiz Exp $
DISTNAME= gnotepad+-1.3.2
PKGNAME= ${DISTNAME:S/+//}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnotepad/}
MAINTAINER= jmcneill@invisible.yi.org
HOMEPAGE= http://gnotepad.sourceforge.net/
COMMENT= easy-to-use, yet fairly feature-rich, simple HTML and text editor for X11
DEPENDS+= gnome-core-*:../../x11/gnome-core
BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"
|