summaryrefslogtreecommitdiff
path: root/archivers/unshield/Makefile
blob: 6e9b39839f09c2839f9a0ec4d99359744ce179e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$

PORTNAME=	unshield
PORTVERSION=	0.6
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	SF/synce/Unshield/${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Extract data from InstallShield CAB files

LICENSE=	MIT

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	libtool
USE_LDCONFIG=	yes
USES=		pathfix

MAN1=		${PORTNAME}.1

.include <bsd.port.mk>