2003-03-23 20:25:27 +01:00
|
|
|
# New ports collection makefile for: easydiff
|
|
|
|
# Date created: 15 Mar 2003
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= easydiff
|
2005-07-27 19:16:10 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2003-03-23 20:25:27 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
# outdated: http://www.rivaille.net/EasyDiff/
|
2005-07-27 19:16:10 +02:00
|
|
|
# outdated: http://debian.uni-essen.de/misc/GNUstep/Apps/EasyDiff/
|
|
|
|
MASTER_SITES= http://www.linuks.mine.nu/easydiff/
|
2003-03-23 20:25:27 +01:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= GNUstep graphical diff
|
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
2006-03-19 05:35:47 +01:00
|
|
|
USE_GNUSTEP_PREFIX= yes
|
2003-04-13 09:38:27 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-03-23 20:25:27 +01:00
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|