mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
619 B
Makefile
29 lines
619 B
Makefile
# New ports collection makefile for: mgdiff
|
|
# Date created: 22 October 1996
|
|
# Whom: andreas@marvin.robin.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mgdiff
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|