diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-03 00:58:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-03 00:58:09 +0000 |
commit | eb8faeffeb424193ece741e1e25a50e8adb1aea9 (patch) | |
tree | 58eff3bda61943e54534fbc01889b426141c9c95 /games/interlogic | |
parent | cad7bd51e86fcfa5bd174ab8da8308e4c0bd1a30 (diff) | |
download | ports-eb8faeffeb424193ece741e1e25a50e8adb1aea9.tar.gz ports-eb8faeffeb424193ece741e1e25a50e8adb1aea9.zip |
- Use SF macro for my remaining ports that don't use it
- Mark MAKE_JOBS_SAFE
- Other minor cleanups
Notes
Notes:
svn path=/head/; revision=231505
Diffstat (limited to 'games/interlogic')
-rw-r--r-- | games/interlogic/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/interlogic/Makefile b/games/interlogic/Makefile index 5ab51e89e442..18092753c362 100644 --- a/games/interlogic/Makefile +++ b/games/interlogic/Makefile @@ -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 |