diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-07 01:14:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-07 01:14:46 +0000 |
commit | 8d2bb7dcb6f365991eca025ef8e66d87fffc81e3 (patch) | |
tree | f9760fe785fe6a7ee5900193237a073aa4306852 /devel/devIL | |
parent | aa5b1740da9d8ed72589931dae600f17c2cf43bc (diff) | |
download | pkgsrc-8d2bb7dcb6f365991eca025ef8e66d87fffc81e3.tar.gz |
Drop maintainership; I don't have the enough free time to maintain
all these packages.
Diffstat (limited to 'devel/devIL')
-rw-r--r-- | devel/devIL/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/devIL/Makefile b/devel/devIL/Makefile index 4fe23f006e1..4b38772d42e 100644 --- a/devel/devIL/Makefile +++ b/devel/devIL/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.5 2004/02/27 07:56:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/07 01:14:47 xtraeme Exp $ # DISTNAME= DevIL-1.6.6 PKGNAME= ${DISTNAME:S/D/d/} -PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openil/} -MAINTAINER= xtraeme@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://openil.sourceforge.net/ COMMENT= Developer's Image Library -WRKSRC= ${WRKDIR}/DevIL -GNU_CONFIGURE= yes -USE_BUILDLINK3= yes -USE_LIBTOOL= yes -USE_X11= yes +WRKSRC= ${WRKDIR}/DevIL +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_X11= yes CONFIGURE_ARGS+= --disable-lcms |