# Created by: Filippo Natali # $FreeBSD$ PORTNAME= lgeneral PORTVERSION= 1.2.3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ pg-data${EXTRACT_SUFX}:data MAINTAINER= ports@FreeBSD.org COMMENT= A turn-based strategy engine inspired by Panzer General LICENSE= GPLv2 CONFLICTS= lgeneral-data-[0-9]* OPTIONS_DEFINE= SOUND NLS DOCS OPTIONS_DEFAULT= SOUND SOUND_DESC= Enable sound support USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= lgc-pg.1 MAN6= lgeneral.6 NO_STAGE= yes .include .if ${PORT_OPTIONS:MSOUND} USE_SDL+= mixer .else CONFIGURE_ARGS+=--disable-sound .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ENV+= am_cv_func_iconv=no CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not install on ia64, powerpc, or sparc64 .endif post-patch: @${REINPLACE_CMD} -e 's|/icons|/pixmaps|' ${WRKSRC}/Makefile.in post-install: @${PREFIX}/bin/lgc-pg -s ${WRKDIR}/pg-data -d ${DATADIR} @${FIND} ${DATADIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} @${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx @${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR} .endif .include electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unbreakantoine2014-01-161-0/+2
* Port to lua 5.2bapt2014-01-101-5/+4
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0