freebsd-ports/graphics/txtmerge/Makefile
David W. Chapman Jr. 479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00

26 lines
629 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= nakai@FreeBSD.org
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>