de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
24 lines
524 B
Makefile
24 lines
524 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
|
|
PORTREVISION= 3
|
|
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"
|