freebsd-ports/textproc/pardiff/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

31 lines
577 B
Makefile

# New ports collection makefile for: pardiff
# Date created: 08 July 2001
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= pardiff
PORTVERSION= 0.9.4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pardiff
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= pardiff.1 diffp.1
DOCS= AUTHORS ChangeLog README
post-install:
.if !defined(NOPORTDOCS)
@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/pardiff
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/pardiff/
.endfor
.endif
.include <bsd.port.mk>