aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/mgdiff/Makefile
blob: 1c9feb4aa54e0e588b55b83f1e57406456419410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: andreas@marvin.robin.de
# $FreeBSD$

PORTNAME=   mgdiff
PORTVERSION=    1.0
PORTREVISION=   4
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
USE_XORG=   ice sm x11 xext xmu xp 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>