aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-sdl/Makefile
blob: da3b28bf4cee67d0bed3df03ce7bee74d7c27b28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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"