mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
578 B
Makefile
27 lines
578 B
Makefile
# New ports collection makefile for: mgdiff
|
|
# Version required: 1.0
|
|
# Date created: 22 October 1996
|
|
# Whom: andreas@marvin.robin.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= mgdiff
|
|
PKGNAME= mgdiff-1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
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} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|