=================================================================== RCS file: /cvs/ports/games/smc/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/smc/Attic/Makefile 2009/09/07 22:16:43 1.2 +++ ports/games/smc/Attic/Makefile 2009/09/08 05:38:13 1.3 @@ -1,19 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2009/09/07 21:16:43 yason Exp $ -#ONLY_FOR_ARCHS = ??? -#NOT_FOR_ARCHS = ??? -#SHARED_ONLY = ??? -#COMES_WITH = ??? -#BROKEN = reason +# $OpenBSD: Makefile,v 1.3 2009/09/08 04:38:13 yason Exp $ +BROKEN = requires boost>=1.36 COMMENT = two-dimensional platform game -# COMMENT-foo = ??? for multi packages DISTNAME = smc-1.9 -#PKGNAME = ??? -#PKGNAME-foo = ??? for multi packages -#SHARED_LIBS = ??? - CATEGORIES = games x11 HOMEPAGE = http://www.secretmaryo.org/ @@ -42,33 +33,12 @@ SDL_ttf::devel/sdl-ttf \ boost_filesystem::devel/boost - -#MAKE_FLAGS = ??? -#MAKE_ENV = ??? -#FAKE_FLAGS = ??? - USE_X11 = Yes -#USE_GMAKE = Yes -#USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu #CONFIGURE_ARGS = --disable-nls CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng \ -I${X11BASE}/include -D_nl_domain_bindings=libintl_nl_domain_bindings "\ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LIBS="-lz -liconv -lintl" - -# for gnu stuff -#AUTOCONF_VERSION = 2.61 -#AUTOMAKE_VERSION = ??? (defaults to 1.4) -#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC} - -#CFLAGS = ??? -#LDFLAGS = ??? -#MAKE_FILE = ??? -#PKG_ARCH = ??? - -#ALL_TARGET = ??? -#INSTALL_TARGET = ??? -#REGRESS_TARGET = ??? .include