94573d4286
A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). This renders the ports option UNZIP redendant as well, so just remove it completely and bump.
17 lines
398 B
Makefile
17 lines
398 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers lang
|
|
PKGNAMESUFFIX= -unzip
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal routines for unzipping zip files
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|