diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-13 14:30:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-13 14:30:56 +0800 |
commit | 0a4af395df410e890eea9287e782a8c13befaa41 (patch) | |
tree | 695506c9bc4aded0f3717c98d36c40fc5f483d5b /games | |
parent | cfe1ff013b9a4e3e3e8b542435e25443e1610540 (diff) | |
download | freebsd-ports-gnome-0a4af395df410e890eea9287e782a8c13befaa41.tar.gz freebsd-ports-gnome-0a4af395df410e890eea9287e782a8c13befaa41.tar.zst freebsd-ports-gnome-0a4af395df410e890eea9287e782a8c13befaa41.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=autoreconf
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/exult/Makefile | 7 | ||||
-rw-r--r-- | games/exult/pkg-plist | 5 |
2 files changed, 3 insertions, 9 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 diff --git a/games/exult/pkg-plist b/games/exult/pkg-plist index 024dbdf22770..80777ffe11bc 100644 --- a/games/exult/pkg-plist +++ b/games/exult/pkg-plist @@ -43,8 +43,3 @@ share/applications/exult.desktop %%DOCSDIR%%/NEWS %%DOCSDIR%%/README share/icons/exult.png -@dirrmtry share/icons -%%STUDIO%%@dirrmtry %%DATADIR%%/estudio/new -%%STUDIO%%@dirrmtry %%DATADIR%%/estudio -@dirrmtry %%DATADIR%% -@dirrmtry %%DOCSDIR%% |