freebsd-ports/graphics/txtmerge/Makefile
Satoshi Asami c284ff836f ## make package
>> Checksum OK for txtmerge101.tar.gz.
===>  Extracting for txtmerge-1.01
===>  Patching for txtmerge-1.01
===>  Configuring for txtmerge-1.01
===>  Building for txtmerge-1.01
cc  -O /usr/include -o txtmerge txtmerge.c
ld: /usr/include: malformed input file (not rel or archive)
*** Error code 1

Stop.
1998-03-23 04:56:22 +00:00

28 lines
713 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.3 1997/10/17 13:17:14 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
BROKEN= build
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>