mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Update MASTER_SITES
- Add LICENSE - Mark MAKE_JOBS_SAFE - Convert to optionsNG PR: ports/172004 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
This commit is contained in:
parent
91031bb782
commit
d38cb98037
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307249
@ -1,28 +1,31 @@
|
||||
# New ports collection makefile for: rocksndiamonds
|
||||
# Date created: 27 May 1999
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rocksndiamonds
|
||||
PORTVERSION= 3.3.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ \
|
||||
http://freebsd.unixfreunde.de/sources/
|
||||
MASTER_SITES= SF/${PORTNAME}.mirror \
|
||||
http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Colorful Boulderdash'n'Emerald Mine'n'Sokoban'n'Stuff
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
OPTIONS_DEFINE= SDL DOCS
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CC="${CC}" MAKE="${GMAKE}" OPTIONS="${CFLAGS}" \
|
||||
RO_GAME_DIR="${DATADIR}" RW_GAME_DIR="${DATADIR}/scores" \
|
||||
X11_PATH="${LOCALBASE}"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= rocksndiamonds.1
|
||||
|
||||
.if defined(WITH_SDL)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSDL}
|
||||
LIB_DEPENDS+= smpeg:${PORTSDIR}/multimedia/smpeg
|
||||
USE_SDL= image mixer net sdl
|
||||
ALL_TARGET= sdl
|
||||
@ -43,7 +46,7 @@ do-install:
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR})
|
||||
.endfor
|
||||
@${CHMOD} 777 ${DATADIR}/scores
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for docfile in ChangeLog CREDITS README
|
||||
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user