freebsd-ports/graphics/price/Makefile

30 lines
616 B
Makefile
Raw Normal View History

# New ports collection makefile for: price
# Date created: 28 Aug 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= price
2010-08-18 06:27:33 +02:00
PORTVERSION= 1.0.0
CATEGORIES= graphics gnustep
MASTER_SITES= SF/${PORTNAME}/PRICE%20source/${PORTVERSION}
DISTNAME= PRICE-${PORTVERSION}
2008-04-29 20:00:11 +02:00
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Image filtering and manipulation using GNUstep
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
2008-02-28 17:13:12 +01:00
WRKSRC= ${WRKDIR}/PRICE-${PORTVERSION}
2009-12-27 10:52:32 +01:00
post-patch:
${RM} ${WRKSRC}/Resources/Convolve55.gorm/.#*.*
.include <bsd.port.mk>