openbsd-ports/devel/libproplist/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

35 lines
767 B
Makefile

# $OpenBSD: Makefile,v 1.26 2012/03/29 13:38:30 sthen Exp $
COMMENT= GNUstep/OPENSTEP property lists compatibility library
V= 0.10.1
DISTNAME= libPropList-${V}
PKGNAME= libproplist-${V}
REVISION= 1
SHARED_LIBS= PropList 2.2
MODGNU_SHARED_LIBS= PropList ''
CATEGORIES= devel
HOMEPAGE= http://www.windowmaker.info/
MAINTAINER= Jason Ish <ish@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libproplist
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libproplist
.include <bsd.port.mk>