summaryrefslogtreecommitdiff
path: root/devel/fpc-sdl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc-sdl/Makefile')
-rw-r--r--devel/fpc-sdl/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/fpc-sdl/Makefile b/devel/fpc-sdl/Makefile
deleted file mode 100644
index 462b7595d6a1..000000000000
--- a/devel/fpc-sdl/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-CATEGORIES= devel lang
-PKGNAMESUFFIX= -sdl
-
-COMMENT= Free Pascal interface to SDL library
-
-USES= fpc
-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_USES= sdl
-SDL_USE= SDL=sdl,image,mixer,ttf,gfx
-
-.include "${MASTERDIR}/Makefile"