mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
24 lines
535 B
Makefile
24 lines
535 B
Makefile
# New ports collection makefile for: unshield
|
|
# Date created: 08 April 2004
|
|
# Whom: se
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unshield
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR=synce
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
COMMENT= Extract data from InstallShield CAB files
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
.include <bsd.port.mk>
|