1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/txtmerge/Makefile
1999-08-25 06:16:32 +00:00

28 lines
689 B
Makefile

# New ports collection makefile for: txtmerge
# Version required: 1.01
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
DISTNAME= txtmerge101
PKGNAME= txtmerge-1.01
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ \
ftp://ftp.math.bme.hu/pub/utils/xanim/ \
ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/
EXTRACT_SUFX= .tar.Z
MAINTAINER= nacai@iname.com
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>