2003-03-23 20:34:26 +01:00
|
|
|
# New ports collection makefile for: imageviewer
|
|
|
|
# Date created: 15 Mar 2003
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= imageviewer
|
2005-10-05 06:37:53 +02:00
|
|
|
PORTVERSION= 0.6.3
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= graphics gnustep
|
2005-10-05 06:37:53 +02:00
|
|
|
MASTER_SITES= http://www.nice.ch/~phip/
|
2003-03-23 20:34:26 +01:00
|
|
|
DISTNAME= ImageViewer-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= GNUstep Image Viewer
|
|
|
|
|
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 10:04:41 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-03-23 20:34:26 +01:00
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|