pkgsrc-wip/unshield/Makefile
Johnny C. Lam 84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00

21 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/09/23 06:00:03 jlamwww Exp $
#
DISTNAME= unshield-0.3
CATEGORIES= archivers
MASTER_SITES= ${SOURCEFORGE_MASTER_SITES}
MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://synce.sourceforge.net/
COMMENT= Extractor for InstallShield cabinet files
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS=-I${WRKSRC}/lib
USE_LIBTOOL= yes
pre-configure:
.if !exists(/usr/include/stdbool.h)
${CP} ${FILESDIR}/stdbool.h ${WRKSRC}/lib
.endif
.include "../../mk/bsd.pkg.mk"