84e720ffc5
Free Pascal uuid unit PR: 146001 Submitted by: Christopher Key <cjk32 at_ cam.ac.uk>
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# New ports collection makefile for: fpc-uuid
|
|
# Date created: 2010-04-22
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= sysutils lang
|
|
PKGNAMESUFFIX= -uuid
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal uuid unit
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|