openbsd-ports/graphics/libxmi/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

29 lines
539 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/03/29 13:38:39 sthen Exp $
COMMENT = library for rasterizing 2-D vector graphics
DISTNAME = libxmi-1.2
SHARED_LIBS += xmi 0.0
CATEGORIES = graphics
HOMEPAGE = http://www.gnu.org/software/libxmi/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += m
MASTER_SITES = ${MASTER_SITE_GNU:=libxmi/}
SEPARATE_BUILD = Yes
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
.include <bsd.port.mk>