2013-06-18 13:46:51 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2006-06-16 14:06:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pengupop
|
2010-02-18 21:52:22 +01:00
|
|
|
PORTVERSION= 2.2.6
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 1
|
2006-06-16 14:06:00 +02:00
|
|
|
CATEGORIES= games
|
2006-12-21 21:41:33 +01:00
|
|
|
MASTER_SITES= http://www.junoplay.com/files/ \
|
2009-07-28 18:34:36 +02:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2006-06-16 14:06:00 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2006-06-16 14:06:00 +02:00
|
|
|
COMMENT= Online multiplayer clone of Bust a Move
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-29 23:55:31 +02:00
|
|
|
USES= gmake
|
2006-06-16 14:06:00 +02:00
|
|
|
USE_SDL= sdl
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2006-06-16 14:06:00 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/pengupop
|
|
|
|
|
2007-07-01 18:16:40 +02:00
|
|
|
.include <bsd.port.mk>
|