mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
9bcc09b9f2
- Trim Makefile headers
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# Created by: 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_DEFINE= SDL
|
|
SDL_DESC= Install SDL library
|
|
OPTIONS_DEFAULT= SDL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|