freebsd-ports/textproc/mgdiff/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

27 lines
564 B
Makefile

# New ports collection makefile for: mgdiff
# Date created: 22 October 1996
# Whom: andreas@marvin.robin.de
#
# $FreeBSD$
#
PORTNAME= mgdiff
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
DISTNAME= ${PORTNAME}
MAINTAINER= andreas@marvin.robin.de
REQUIRES_MOTIF= yes
USE_IMAKE= yes
MAN1= mgdiff.1
post-install:
@${MKDIR} ${PREFIX}/lib/X11/mgdiff
@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>