# New ports collection makefile for: asc # Date created: 16 February 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= asc PORTVERSION= 1.15.0.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= asc-hq DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A turn based, multiplayer strategic game with very nice graphics LIB_DEPENDS= paragui.4:${PORTSDIR}/x11-toolkits/paragui \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SDL= image mm mixer sdl USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL_VER=13 USE_GETOPT_LONG= yes CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ CXXFLAGS="-D_UNICODE_BROKEN_" \ LIBS="`${SDL_CONFIG} --libs` -lm" CONFIGURE_ARGS= --disable-paraguitest OPTIONS= MUSIC "Install extra music files" off MAN6= asc.6 asc_demount.6 asc_mount.6 asc_mapedit.6 asc_makegfx.6 asc_weaponguide.6 .include .if ${OSVERSION} >= 502126 BROKEN= "Does not compile on FreeBSD >= 5.x" .endif .if defined(WITH_MUSIC) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} frontiers.mp3 time_to_strike.mp3 machine_wars.mp3 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PLIST_SUB+= MUSIC:="" .else PLIST_SUB+= MUSIC:="@comment " .endif pre-configure: .if defined(WITH_MUSIC) ${CP} ${DISTDIR}/frontiers.mp3 ${WRKSRC}/data/music ${CP} ${DISTDIR}/time_to_strike.mp3 ${WRKSRC}/data/music ${CP} ${DISTDIR}/machine_wars.mp3 ${WRKSRC}/data/music .endif pre-build: @${FIND} ${WRKSRC}/source -name \*.cpp | ${XARGS} ${REINPLACE_CMD} \ -e 's|||' @${FIND} ${WRKSRC}/source -name \*.h | ${XARGS} ${REINPLACE_CMD} \ -e 's|||' post-install: @${CAT} ${PKGMESSAGE} .include value='dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* - Switch to USES=localbaseDmitry Marakasov2021-01-271-12/+6
* graphics/freeglut: fix for -fno-commonNiclas Zeising2020-08-191-0/+50
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).Alexey Dokuchaev2020-05-281-1/+1
* Switch all ports to use USES=xorg-catNiclas Zeising2019-11-041-1/+1
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-141-0/+6
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-261-1/+1
* graphics/freeglut: Fix build after joy(4) removalNiclas Zeising2018-10-262-6/+15
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-11/+1
* Update freeglut to 3.0.Koop Mast2015-12-1310-66/+632
* - Drop .la fileDmitry Marakasov2015-05-202-3/+4
* - Fix build on mips:Dmitry Marakasov2015-04-231-1/+1
* Cleanup plistBaptiste Daroussin2014-10-211-3/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-172-2/+4
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-6/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-254-23/+17
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-23