1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/graphics/giftrans/Makefile
Baptiste Daroussin 4e36828cbe Deprecate unmaintained ports from graphics where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-15 18:16:42 +00:00

43 lines
1.0 KiB
Makefile

# New ports collection makefile for: giftrans
# Date created: 14 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= giftrans
PORTVERSION= 1.12.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.rz.uni-karlsruhe.de/pub/net/www/tools/giftrans/
DISTFILES= giftrans.c giftrans.1
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for GIF89a transparent option and interlace mode
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
DIST_SUBDIR= giftrans
NO_WRKSUBDIR= yes
MAN1= giftrans.1
PLIST_FILES= bin/giftrans
do-extract:
@${MKDIR} ${WRKSRC}
@for file in ${DISTFILES}; do \
${CP} ${_DISTDIR}/$$file ${WRKSRC}; \
done
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/giftrans.c
do-build:
(cd ${WRKSRC}; ${CC} ${CFLAGS} giftrans.c -o giftrans)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1
.include <bsd.port.mk>