27 lines
529 B
Makefile
27 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:09:42 simon Exp $
|
|
|
|
COMMENT= transforming bitmaps into vector graphics
|
|
|
|
DISTNAME= potrace-1.7
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://potrace.sourceforge.net
|
|
|
|
MAINTAINER= Matt Jibson <dolmant@gmail.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=potrace/}
|
|
|
|
WANTLIB= c m z
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
REGRESS_DEPENDS= :ghostscript-*:print/ghostscript/gnu
|
|
|
|
.include <bsd.port.mk>
|