mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
33 lines
724 B
Makefile
33 lines
724 B
Makefile
# New ports collection makefile for: interlogic
|
|
# Date created: 01 Oct 2005
|
|
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
|
|
#
|
|
# $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 <bsd.port.mk>
|