pkgsrc/editors/gnotepad/Makefile

28 lines
665 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 2004/03/26 02:27:39 wiz Exp $
DISTNAME= gnotepad+-1.3.3
PKGNAME= ${DISTNAME:S/+//}
PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnotepad/}
MAINTAINER= jmcneill@invisible.yi.org
HOMEPAGE= http://gnotepad.sourceforge.net/
COMMENT= Easy-to-use, yet feature-rich, simple HTML/text editor for X11
2002-09-22 01:53:13 +02:00
BUILD_USES_MSGFMT= YES
2002-09-22 01:53:13 +02:00
USE_BUILDLINK2= YES
2002-12-01 00:32:20 +01:00
USE_PKGLOCALEDIR= YES
2002-09-22 01:53:13 +02:00
USE_X11BASE= YES
USE_GNU_TOOLS+= make
2002-09-22 01:53:13 +02:00
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
2002-09-22 01:53:13 +02:00
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"