freebsd-ports/textproc/mgdiff/Makefile

28 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: mgdiff
# Date created: 22 October 1996
# Whom: andreas@marvin.robin.de
#
1999-08-30 22:11:56 -04:00
# $FreeBSD$
#
PORTNAME= mgdiff
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-21 08:42:50 -05:00
COMMENT= A graphical front end to the Unix diff command
USE_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>