openbsd-ports/archivers/unshield/Makefile
espie dd5426312f use SHARED_LIBS
USE_LIBTOOL where appropriate (and bump PKGNAME)
tweak a few FAKE_FLAGS to be more uniform.
2005-12-23 13:57:21 +00:00

28 lines
644 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/12/23 13:57:22 espie Exp $
COMMENT= "extract files from InstallShield CAB archives"
DISTNAME= unshield-0.5
PKGNAME= ${DISTNAME}p0
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
SHARED_LIBS= unshield 0.0
MODGNU_SHARED_LIBS= unshield '-no-undefined'
HOMEPAGE= http://synce.sourceforge.net/synce/unshield.php
MAINTAINER= Jonathan Gray <jsg@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
USE_LIBTOOL= Yes
.include <bsd.port.mk>