88ea72915d
make a distinction between these. ok aja@ dcoppa@
29 lines
539 B
Makefile
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>
|