openbsd-ports/graphics/libxmi/Makefile
2013-03-21 08:45:11 +00:00

25 lines
444 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/03/21 08:45:18 ajacoutot 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
WANTLIB += m
MASTER_SITES = ${MASTER_SITE_GNU:=libxmi/}
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
.include <bsd.port.mk>