d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
24 lines
518 B
Makefile
24 lines
518 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 0
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -sdl
|
|
|
|
MAINTAINER= freebsd-fpc@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_DEFINE= SDL
|
|
SDL_DESC= Install SDL library
|
|
OPTIONS_DEFAULT= SDL
|
|
|
|
SDL_USE= SDL=sdl,image,mixer,ttf,gfx
|
|
|
|
.include "${MASTERDIR}/Makefile"
|