pkgsrc/devel/libproplist/Makefile
jlam 7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00

20 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.22 2006/07/19 19:14:38 jlam Exp $
DISTNAME= libPropList-0.10.1
PKGNAME= libproplist-0.10.1
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNUstep/OPENSTEP property lists compatibility library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= lex
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libproplist
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libproplist
.include "../../mk/bsd.pkg.mk"