1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

The Castles of Dr. Creep is a platform puzzle game

originally for the Commodore 64 and released in 1984
By Broderbund and written by Ed Hobbs.

PR:	ports/158781
Submitted by:	Robert Crossfield <robcrossfield@gmail.com>
Approved by:	itetcu (mentor)
Feature safe:	yes
This commit is contained in:
Alex Kozlov 2012-03-30 14:36:33 +00:00
parent ad624c8fdc
commit ba7940ef0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293995
5 changed files with 60 additions and 0 deletions

View File

@ -184,6 +184,7 @@
SUBDIR += doom-wolfendoom
SUBDIR += doomlegacy
SUBDIR += dopewars
SUBDIR += drcreep
SUBDIR += drm
SUBDIR += dsnake
SUBDIR += duel

43
games/drcreep/Makefile Normal file
View File

@ -0,0 +1,43 @@
# New ports collection makefile for: drcreep
# Date created: 2011-07-03
# Whom: Robert Crossfield <robcrossfield@gmail.com>
#
# $FreeBSD$
#
PORTNAME= drcreep
PORTVERSION= 394
CATEGORIES= games
MASTER_SITES= SF/creep/
MAINTAINER= robcrossfield@gmail.com
COMMENT= The Castles of Dr. Creep
LICENSE= GPLv3
USE_SDL= sdl
WRKSRC= ${WRKDIR}/head
do-build:
cd ${WRKSRC} && ${CXX} -DFREEBSD -o ${PORTNAME} ${CXXFLAGS} \
`${SDL_CONFIG} --cflags --libs` -I./src src/*.cpp src/graphics/*.cpp \
src/graphics/scale/*.cpp src/castle/*.cpp src/castle/objects/*.cpp \
src/vic-ii/*.cpp src/resid-0.16/*.cpp src/sound/*.cpp -lcompat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${DATADIR}/data
${MKDIR} ${DATADIR}/data/castle
${MKDIR} ${DATADIR}/data/castles
${MKDIR} ${DATADIR}/data/save
${INSTALL_DATA} ${WRKSRC}/run/data/char.rom ${DATADIR}/data
@echo '------------------------------------------------------'
@echo ''
@echo 'Please copy your Castles of Dr. Creep disk image (D64) to ${DATADIR}/data'
@echo ''
@echo ''
.include <bsd.port.mk>

2
games/drcreep/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (drcreep-394.tar.gz) = 3ae2ba6a5bf84f7771d68e3e657a46730a793ed98d2c6639d7e578ebbbc0d3e1
SIZE (drcreep-394.tar.gz) = 4010157

7
games/drcreep/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
The Castles of Dr. Creep is a platform puzzle game
originally for the Commodore 64 and released in 1984
By Broderbund and written by Ed Hobbs.
The Character ROM file is Copyright by Commodore Business Machines.
WWW: http://creep.sourceforge.net/

7
games/drcreep/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/drcreep
%%DATADIR%%/data/char.rom
@dirrm %%DATADIR%%/data/save
@dirrm %%DATADIR%%/data/castles
@dirrm %%DATADIR%%/data/castle
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%