e2afa97f51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
20 lines
564 B
Makefile
20 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.12 2002/08/25 18:38:32 jlam Exp $
|
|
|
|
DISTNAME= libPropList-0.10.1
|
|
PKGNAME= libproplist-0.10.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/
|
|
|
|
MAINTAINER= jlam@netbsd.org
|
|
COMMENT= GNUstep/OPENSTEP property lists compatibility library
|
|
|
|
GNU_CONFIGURE= # defined
|
|
USE_BUILDLINK2= # defined
|
|
USE_LIBTOOL= # defined
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libproplist
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libproplist
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|