blob: 85fe3e6b6053d27239b0f195e8de36428e7557db (
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@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= price
PORTVERSION= 0.8.1
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
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/PRICE
.include <bsd.port.mk>
|