# New ports collection makefile for: interlogic # Date created: 01 Oct 2005 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= interlogic PORTVERSION= 0.30 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= interlogic DISTNAME= interLOGIC-src-${PORTVERSION} MAINTAINER= amdmi3@mail.ru 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`" WRKSRC= ${WRKDIR}/interlogic PLIST_FILES= bin/interlogic do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${PREFIX}/bin/ .include
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Update to 1.42miwi2013-04-303-37/+33
* - Respect STRIP/LDFLAGSmiwi2012-04-11