freebsd-ports/graphics/txtmerge/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

27 lines
669 B
Makefile

# New ports collection makefile for: txtmerge
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= txtmerge
PORTVERSION= 1.01
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.math.bme.hu/pub/utils/xanim/ \
ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/
DISTNAME= txtmerge101
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for making GIF Animations
WRKSRC= ${WRKDIR}/txtmerge
ALL_TARGET= txtmerge
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/txtmerge ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/doc/txtmerge
${INSTALL_DATA} ${WRKSRC}/txtmerge.doc ${PREFIX}/share/doc/txtmerge
.include <bsd.port.mk>