1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/txtmerge/Makefile
Jun-ichiro itojun Hagino d1a43e984e beautify Makefile.
1997-10-17 13:17:14 +00:00

26 lines
697 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>
#
# $Id: Makefile,v 1.2 1997/08/25 14:32:30 itojun Exp $
#
DISTNAME= txtmerge101
PKGNAME= txtmerge-1.01
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \
ftp://ftp.doc.ic.ac.uk/computing/information-systems/WWW/xanime/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
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>