freebsd-ports/devel/fhist/Makefile

36 lines
826 B
Makefile
Raw Normal View History

# New ports collection makefile for: fhist
2000-01-05 12:00:05 +01:00
# Date created: Jan 05 2000
# Whom: <jkoshy@freebsd.org>
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= fhist
2002-07-01 10:47:21 +02:00
PORTVERSION= 1.8
CATEGORIES= devel
2000-01-05 12:00:05 +01:00
MASTER_SITES= http://www.canb.auug.org.au/~millerp/ \
ftp://ftp.agso.gov.au/pub/Aegis/ \
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/Aegis/ \
http://gd.tuwien.ac.at/softeng/Aegis/
2000-01-05 12:00:05 +01:00
MAINTAINER= jkoshy@freebsd.org
MAN1= fcomp.1 fhist.1 fmerge.1
2000-01-05 12:00:05 +01:00
ALL_TARGET= binaries
INSTALL_TARGET= install-bin
GNU_CONFIGURE= yes
2000-01-05 12:00:05 +01:00
CONFIGURE_ARGS= --includedir=${PREFIX}/include
post-extract:
cd ${WRKSRC}/lib/en/man1 && ${LN} -s ${WRKSRC}/etc/*.so .
post-install:
.for file in fhist fcomp fmerge
strip ${PREFIX}/bin/${file}
2000-01-05 12:00:05 +01:00
(cd ${WRKSRC}/lib/en/man1; soelim ${file}.1 > tmp; \
${INSTALL_MAN} tmp ${PREFIX}/man/man1/${file}.1)
.endfor
.include <bsd.port.mk>