1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/fpc-svgalib/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
519 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
CATEGORIES= graphics lang
PKGNAMESUFFIX= -svgalib
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to the SVGA graphics library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= SVGA
SVGA_DESC= Install svgalib low level console graphics library
SVGA_LIB_DEPENDS= libvga.so:graphics/svgalib
.include "${MASTERDIR}/Makefile"