mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
519 B
Makefile
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"
|