9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
22 lines
595 B
Makefile
22 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:47 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= sgif1122
|
|
PKGNAME= giftrans-1.12.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/Linux/woven/html/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ion.le.ac.uk/~mar5/giftrans.html
|
|
COMMENT= Manipulate GIF89a images' transparency, comment and other data
|
|
|
|
WRKSRC= ${WRKDIR}/usr/src/${PKGNAME_NOREV}
|
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|