pkgsrc/editors/gice/Makefile
wiz d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00

26 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/12/24 06:09:59 wiz Exp $
#
DISTNAME= gice-0.6.1
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/}
EXTRACT_SUFX= .tgz
MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://gice.sourceforge.net/
COMMENT= Powerful C text editor with advanced features
USE_X11= YES
USE_GMAKE= YES
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/gice
ALL_TARGET= gice
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"