blob: ac9b4b6923e6d0948e21a38ed38d966ad3bcb846 (
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.6 2001/04/22 17:16:42 wiz Exp $
DISTNAME= gnotepad+-1.3.3
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
BUILD_USES_MSGFMT= yes
DEPENDS+= gnome-core-*:../../x11/gnome-core
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"
|