pkgsrc/archivers/unshield/Makefile

22 lines
497 B
Makefile
Raw Normal View History

2008-06-20 03:09:05 +02:00
# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:05 joerg Exp $
#
2008-05-14 13:56:26 +02:00
DISTNAME= unshield-0.5.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
MAINTAINER= martin@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/synce/
COMMENT= Extract InstallShield .CAB files
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
2008-05-14 13:56:26 +02:00
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libunshield.pc.in
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"