blob: 23d23aaee4498caab6ef4959258ef987257e2fd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: fpc-unzip
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= archivers lang
PKGNAMESUFFIX= -unzip
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal routines for unzipping zip files
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
unzip:${PORTSDIR}/archivers/unzip
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"
|