pkgsrc/editors/gice/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

28 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.31 2010/06/13 22:44:12 wiz Exp $
#
DISTNAME= gice-0.6.2
PKGREVISION= 5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gice.sourceforge.net/
COMMENT= Powerful C text editor with advanced features
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/gice
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= YES
BUILD_TARGET= gice
INSTALLATION_DIRS= bin
.include "../../x11/gtk2/buildlink3.mk"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gice ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"