blob: 37fbf4cd0c9fcf5b39f2e0d868cb0fcf654f7e30 (
plain)
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
|
# New ports collection makefile for: price.app
# Date created: 28 Aug 2006
# Whom: gurkan@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= price
PORTVERSION= 0.8.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= PRICE-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Image filtering and manipulation using GNUstep
WRKSRC= ${WRKDIR}/PRICE
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
.include <bsd.port.mk>
|