diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-13 06:30:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-13 06:30:56 +0000 |
commit | e64a068bc6c256fa1b870af95d4eba133123457d (patch) | |
tree | 695506c9bc4aded0f3717c98d36c40fc5f483d5b /games/exult/Makefile | |
parent | fc96e70c8886be1484fc791514043d9f38693d55 (diff) | |
download | ports-e64a068bc6c256fa1b870af95d4eba133123457d.tar.gz ports-e64a068bc6c256fa1b870af95d4eba133123457d.zip |
Notes
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 |