=================================================================== RCS file: /cvs/ports/games/palomino/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.8 diff -u -r1.1 -r1.8 --- ports/games/palomino/Attic/Makefile 2009/09/10 19:14:54 1.1 +++ ports/games/palomino/Attic/Makefile 2014/11/16 17:52:45 1.8 @@ -1,111 +1,61 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/10 18:14:54 yason Exp $ -#ONLY_FOR_ARCHS = ??? -#NOT_FOR_ARCHS = ??? -#SHARED_ONLY = ??? -#COMES_WITH = ??? -#BROKEN = reason +# $OpenBSD: Makefile,v 1.8 2014/11/16 17:52:45 kirby Exp $ COMMENT = ??? # COMMENT-foo = ??? for multi packages -DISTNAME = palomino_src_20090615 -#PKGNAME = ??? +DISTNAME = palomino_src_20131231 +PKGNAME = ${DISTNAME:S/_src_/-/} #PKGNAME-foo = ??? for multi packages #SHARED_LIBS = ??? CATEGORIES = games -#HOMEPAGE = ??? URL +#HOMEPAGE = http://palomino3d.org/ #MAINTAINER = ??? # GPLv2 PERMIT_PACKAGE_CDROM = Yes -PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes -PERMIT_DISTFILES_FTP = Yes #WANTLIB = ??? -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=palomino-sim/} +MASTER_SITES = http://palomino3d.org/software/palomino/ #DISTFILES = ??? #EXTRACT_ONLY = ??? -EXTRACT_SUFX = .tar.bz2 +EXTRACT_SUFX = .txz #DIST_SUBDIR = ??? MODULES = devel/cmake -#BUILD_DEPENDS = ??? + +BUILD_DEPENDS = archivers/xz #RUN_DEPENDS = ??? -LIB_DEPENDS = graphics/osg -#REGRESS_DEPENDS = ??? +LIB_DEPENDS = devel/plib \ + devel/sdl \ + graphics/openscenegraph \ + x11/fltk +#TAR = gtar +EXTRACT_CASES += *.txz) \ + xzcat ${FULLDISTDIR}/$$archive| ${TAR} xf -;; #MAKE_FLAGS = ??? #MAKE_ENV = ??? #FAKE_FLAGS = ??? -#REGRESS_FLAGS = ??? -# build/configuration variables -# -#SEPARATE_BUILD = concurrent (build simultaneously on all arches) -#SEPARATE_BUILD = simple (configure/build still recreates files in source) -#USE_X11 = Yes -#USE_GMAKE = Yes -# Programs that uses libtool should use this option, -# unless there is a really good reason not to. +SEPARATE_BUILD = concurrent #USE_LIBTOOL = Yes -# Set CONFIGURE_STYLE to value corresponding to some standard configuration -# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's -# Module::Build Build.PL) -# gnu [autoconf] [old] [dest]: gnu style configure (old: no -# sysconfdir), (dest: add DESTDIR, does not handle it), -# (autoconf: needed by port, implies gnu) -# XXX: cygnus products do NOT use autoconf for making the main -# configure from configure.in -# imake [noman]: port uses imake for configuration. -# (noman: no man page installation) -# simple: port has its own configure script -#CONFIGURE_STYLE = -#CONFIGURE_SCRIPT = ??? (if other than configure) -#CONFIGURE_ARGS += ${CONFIGURE_SHARED} +CONFIGURE_ARGS += \ + -DCMAKE_CXX_FLAGS:STRING='-DNDEBUG -O2 -I/usr/local/include ' + #CONFIGURE_ENV = ??? -#FLAVORS = 1 2 3 a b -#FLAVOR ?= -# grab multiple choice value -#CHOICE = ${FLAVOR:L:Na:Nb} -# check that CHOICE is 1 OR 2 OR 3, or error out -#.if ${CHOICE} == "1" -# code for 1 -#.elif ${CHOICE} == "2" -# code for 2 -#.elif ${CHOICE} == "3" -# code for 3 -#.else -#ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}" -#.endif -# check for switches -#.if ${FLAVOR:L:Ma} -# code for a -#.endif -#.if ${FLAVOR:L:Mb} -# code for b -#.endif +#NO_TEST = Yes -#NO_REGRESS = Yes - #CFLAGS = ??? #LDFLAGS = ??? -#MAKE_FILE = ??? -#PKG_ARCH = ??? WRKDIST = ${WRKDIR}/palomino -#WRKSRC = ??? if other than ${WRKDIST} -#WRKBUILD = ??? if other than ${WRKSRC} -#WRKCONF = ??? if other than ${WRKBUILD} -#ALL_TARGET = ??? #INSTALL_TARGET = ??? -#REGRESS_TARGET = ??? .include