21 lines
497 B
Makefile
21 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:05 joerg Exp $
|
|
#
|
|
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libunshield.pc.in
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|