diff options
Diffstat (limited to 'games/exult/Makefile')
-rw-r--r-- | games/exult/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index f60f9b6f56d4..7449375d8544 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -11,17 +11,16 @@ DISTNAME= exult-20130315-0400 MAINTAINER= ports@FreeBSD.org COMMENT= Ultima VII engine -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= timidity:${PORTSDIR}/audio/timidity RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_SDL= sdl mixer USE_XORG= x11 -USES= gmake libtool pkgconfig -USE_AUTOTOOLS= autoconf automake aclocal autoheader libtoolize +USES= autoreconf gmake libtool pkgconfig GNU_CONFIGURE= yes -AUTOMAKE_ARGS= --add-missing CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |