27 lines
668 B
Makefile
27 lines
668 B
Makefile
|
# New ports collection makefile for: mgdiff
|
||
|
# Version required: 1.0
|
||
|
# Date created: 22 October 1996
|
||
|
# Whom: andreas@marvin.robin.de
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= mgdiff
|
||
|
PKGNAME= mgdiff-1.0
|
||
|
CATEGORIES= misc
|
||
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||
|
MASTER_SITE_SUBDIR= applications
|
||
|
|
||
|
MAINTAINER= andreas@marvin.robin.de
|
||
|
|
||
|
REQUIRES_MOTIF= yes
|
||
|
USE_IMAKE= yes
|
||
|
|
||
|
post-install:
|
||
|
@${MKDIR} -p ${PREFIX}/lib/X11/mgdiff
|
||
|
@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff
|
||
|
@${ECHO} Mgdiff comes with .xbm and .xpm files for use as window
|
||
|
@${ECHO} manager icons. You will find them in ${PREFIX}/lib/X11/mgdiff.
|
||
|
|
||
|
.include <bsd.port.mk>
|