blob: 68f34efde659fa1a4e6f40d94662424468b0f9cf (
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: price
# Date created: 28 Aug 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= price
PORTVERSION= 0.8.2
CATEGORIES= graphics gnustep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= PRICE-${PORTVERSION}
MAINTAINER= gurkan@phys.ethz.ch
COMMENT= Image filtering and manipulation using GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/PRICE-${PORTVERSION}
.include <bsd.port.mk>
|