1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/textproc/mgdiff/Makefile
Vanilla I. Shu c95bd93188 Stagify.
2014-06-11 09:09:55 +00:00

24 lines
543 B
Makefile

# Created by: andreas@marvin.robin.de
# $FreeBSD$
PORTNAME= mgdiff
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical front end to the Unix diff command
USES= imake motif
USE_XORG= ice sm x11 xext xmu xp xt
SUB_FILES= pkg-message
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/mgdiff
@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${STAGEDIR}${PREFIX}/lib/X11/mgdiff
.include <bsd.port.mk>