diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 06:03:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 06:03:37 +0800 |
commit | 894995ee76de83a025c14fae40ac0e6f0887ad7d (patch) | |
tree | f81a72f48658ca11c09397361a8ba601671700f2 /games | |
parent | 4a046136405ff9e9348639da3c77e96f387f9d57 (diff) | |
download | freebsd-ports-gnome-894995ee76de83a025c14fae40ac0e6f0887ad7d.tar.gz freebsd-ports-gnome-894995ee76de83a025c14fae40ac0e6f0887ad7d.tar.zst freebsd-ports-gnome-894995ee76de83a025c14fae40ac0e6f0887ad7d.zip |
- Switch to USES=libtool
- Pass maintainership to games@
Diffstat (limited to 'games')
-rw-r--r-- | games/exult/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index edb2cd50a340..2b9b663d5625 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -3,11 +3,12 @@ PORTNAME= exult PORTVERSION= 1.5.0.20130315 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.math.leidenuniv.nl/~wpalenst/cvs/ DISTNAME= exult-20130315-0400 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Ultima VII engine LICENSE= GPLv2 @@ -17,8 +18,9 @@ RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_SDL= sdl mixer USE_XORG= x11 -USES= gmake pkgconfig -USE_AUTOTOOLS= libtool autoconf automake aclocal autoheader libtoolize +USES= gmake libtool pkgconfig +USE_AUTOTOOLS= autoconf automake aclocal autoheader libtoolize +GNU_CONFIGURE= yes AUTOMAKE_ARGS= --add-missing CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |