1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/mgdiff/Makefile
Niclas Zeising 44f22d6bf8 textproc/mgdiff: Remove libXp dependency
Remove libXp dependency from mgdiff, it is not needed, and libXp is
deprecated.
Remove deprecation from mgdiff.
2019-09-28 12:04:05 +00:00

30 lines
736 B
Makefile

# Created by: andreas@marvin.robin.de
# $FreeBSD$
PORTNAME= mgdiff
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= XCONTRIB/applications
DISTNAME= ${PORTNAME}
MAINTAINER= portmaster@BSDforge.com
COMMENT= Graphical front end to the UNIX diff command
LICENSE= MIT
USES= imake motif xorg
USE_XORG= ice sm x11 xext xmu xt
DESKTOP_ENTRIES= "mgdiff" "GUI front end to the UNIX diff command" \
"mgdiff-48x48" \
"mgdiff" "GNOME;GTK;Motif;Development;System;" \
false
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${FILESDIR}/mgdiff-48x48.xpm ${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${STAGEDIR}${PREFIX}/share/pixmaps
.include <bsd.port.mk>