mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d096b4aecd
Free Pascal bzip2 unit PR: 146001 Submitted by: Christopher Key <cjk32_ at cam.ac.uk>
22 lines
436 B
Makefile
22 lines
436 B
Makefile
# New ports collection makefile for: fpc-bzip2
|
|
# Date created: 2010-04-22
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= archivers lang
|
|
PKGNAMESUFFIX= -bzip2
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal bzip2 unit
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|