16c4f303a2
from DESCR: PRICE allows you to open files in several formats and apply high quality filters and other enhancements to the image. OK, landry@, jasper@
16 lines
351 B
Makefile
16 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/11/10 17:24:44 sebastia Exp $
|
|
|
|
COMMENT = precision raster image convolution engine
|
|
|
|
DISTNAME = PRICE-1.0.0
|
|
PKGNAME = ${DISTNAME:L}
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = http://price.sourceforge.net/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=price/}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|