1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/fpc-sdl/Makefile
Jose Alonso Cardenas Marquez 50197f07a0 - New ports: devel/fpc-sdl
Free Pascal interface to SDL library
2009-01-14 02:25:58 +00:00

24 lines
508 B
Makefile

# New ports collection makefile for: fpc-sdl
# Date created: 2009-01-06
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 0
CATEGORIES= devel lang
PKGNAMESUFFIX= -sdl
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to SDL library
USE_FPC= pthreads x11
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= SDL "Install SDL library" on
.include "${MASTERDIR}/Makefile"