- Use SF macro for my remaining ports that don't use it
- Mark MAKE_JOBS_SAFE - Other minor cleanups
This commit is contained in:
parent
cad7bd51e8
commit
eb8faeffeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231505
@ -9,8 +9,7 @@ PORTNAME= interlogic
|
||||
PORTVERSION= 0.30
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= interlogic
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= interLOGIC-src-${PORTVERSION}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
@ -19,10 +18,9 @@ COMMENT= Move colored balls through the maze connecting it with each other
|
||||
USE_SDL= image sdl
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \
|
||||
LDFLAGS="`${SDL_CONFIG} --libs`"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/interlogic
|
||||
WRKSRC= ${WRKDIR}/interlogic
|
||||
|
||||
PLIST_FILES= bin/interlogic
|
||||
|
||||
|
@ -9,8 +9,7 @@ PORTNAME= kimboot
|
||||
PORTVERSION= 0.74
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
@ -9,8 +9,7 @@ PORTNAME= pachi
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= dragontech
|
||||
MASTER_SITES= SF/dragontech
|
||||
DISTNAME= pachi_source
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
@ -20,11 +19,12 @@ COMMENT= A platforms game similar to Manic Miner
|
||||
USE_SDL= mixer sdl
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" CXX="${CXX}"
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/Pachi
|
||||
|
||||
|
@ -9,8 +9,7 @@ PORTNAME= penguin-command
|
||||
PORTVERSION= 1.6.11
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= A clone of the classic game Missile Command
|
||||
@ -20,7 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
|
||||
USE_SDL= mixer image sdl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=""
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN6= penguin-command.6 penguin-command.ja.6
|
||||
|
||||
|
@ -8,8 +8,7 @@ PORTNAME= stroq
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= stroq
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Flip tiles to make rows of the same color
|
||||
@ -19,10 +18,14 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 3
|
||||
MAKE_ENV= QTDIR="${QT_PREFIX}"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
QMAKE= qmake
|
||||
QMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
||||
|
||||
PLIST_FILES= bin/stroq
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|PlaySquare::||' ${WRKSRC}/playsquare.h
|
||||
${REINPLACE_CMD} -e 's|Puzzle::||' ${WRKSRC}/puzzle.h
|
||||
|
@ -1,3 +0,0 @@
|
||||
bin/stroq
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user