1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/math/fpc-numlib/Makefile
Jose Alonso Cardenas Marquez 557d378951 - New port: math/fpc-numlib
Free Pascal unit to numerical methods
2009-01-14 02:51:26 +00:00

22 lines
461 B
Makefile

# New ports collection makefile for: fpc-numlib
# Date created: 2009-01-06
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= math lang
PKGNAMESUFFIX= -numlib
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal unit to numerical methods
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"