2000-01-01 01:20:17 +01:00
|
|
|
# New ports collection makefile for: fhist
|
2000-01-05 12:00:05 +01:00
|
|
|
# Date created: Jan 05 2000
|
|
|
|
# Whom: <jkoshy@freebsd.org>
|
2000-01-01 01:20:17 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= fhist
|
2006-01-07 05:44:46 +01:00
|
|
|
PORTVERSION= 1.16
|
2000-01-01 01:20:17 +01:00
|
|
|
CATEGORIES= devel
|
2005-11-14 16:17:12 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-01-01 01:20:17 +01:00
|
|
|
|
2000-01-05 12:00:05 +01:00
|
|
|
MAINTAINER= jkoshy@freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Utilities to maintain file history, do file comparisions and merges
|
2000-01-01 01:20:17 +01:00
|
|
|
|
2002-10-05 23:28:22 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2000-01-01 01:20:17 +01:00
|
|
|
MAN1= fcomp.1 fhist.1 fmerge.1
|
2000-01-05 12:00:05 +01:00
|
|
|
ALL_TARGET= binaries
|
|
|
|
INSTALL_TARGET= install-bin
|
2000-01-01 01:20:17 +01:00
|
|
|
|
|
|
|
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 .
|
2000-01-01 01:20:17 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for file in fhist fcomp fmerge
|
2003-09-24 11:37:11 +02:00
|
|
|
${STRIP_CMD} ${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)
|
2000-01-01 01:20:17 +01:00
|
|
|
.endfor
|
|
|
|
|
2002-10-05 23:28:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|