freebsd-ports/archivers/fpc-unzip/Makefile
John Marino 94573d4286 archivers/fpc-unzip: Remove redundant dependency on unzip
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.
2016-08-04 00:19:19 +00:00

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"