aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/fpc-paszlib/Makefile
blob: a676597146625637bac9b91062838e7df8fc843c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: John Merryweather Cooper
# $FreeBSD$

PORTREVISION=   0
CATEGORIES= archivers devel
PKGNAMESUFFIX=  -paszlib

MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT=    Free Pascal unit for native compression IO

USE_FPC=    hash

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}

.include "${MASTERDIR}/Makefile"