aboutsummaryrefslogtreecommitdiff
path: root/textproc/mgdiff/Makefile
blob: 3dbfc8d69c2c735f6ac9fe6a58fe02ee80c7eb11 (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
# New ports collection makefile for:    mgdiff
# Date created:         		22 October 1996
# Whom:                 		andreas@marvin.robin.de
#
# $FreeBSD$
#

PORTNAME=	mgdiff
PORTVERSION= 	1.0
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	applications
DISTNAME=	${PORTNAME}

MAINTAINER=	andreas@marvin.robin.de

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>