1996-11-15 11:01:32 +00:00
|
|
|
# New ports collection makefile for: mgdiff
|
|
|
|
# Version required: 1.0
|
|
|
|
# Date created: 22 October 1996
|
|
|
|
# Whom: andreas@marvin.robin.de
|
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1996-11-15 11:01:32 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= mgdiff
|
|
|
|
PKGNAME= mgdiff-1.0
|
1997-04-27 00:11:48 +00:00
|
|
|
CATEGORIES= textproc
|
1996-11-15 11:01:32 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
|
|
|
|
MAINTAINER= andreas@marvin.robin.de
|
|
|
|
|
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
USE_IMAKE= yes
|
1998-10-20 02:02:08 +00:00
|
|
|
MAN1= mgdiff.1
|
1996-11-15 11:01:32 +00:00
|
|
|
|
|
|
|
post-install:
|
1996-11-17 09:06:37 +00:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/mgdiff
|
1996-11-15 11:01:32 +00:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff
|
1997-04-11 09:39:58 +00:00
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
1996-11-15 11:01:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|