diff options
author | makc <makc@FreeBSD.org> | 2013-03-20 22:26:46 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-20 22:26:46 +0800 |
commit | 3de30f3fd1ef2800572a0f098e3b0aa1233f8e58 (patch) | |
tree | 25054be32b29718b65e819a2890693238a4558b5 /games | |
parent | df4d37e89ad462cbbb60cc26963fa0f91a48c7c6 (diff) | |
download | freebsd-ports-gnome-3de30f3fd1ef2800572a0f098e3b0aa1233f8e58.tar.gz freebsd-ports-gnome-3de30f3fd1ef2800572a0f098e3b0aa1233f8e58.tar.zst freebsd-ports-gnome-3de30f3fd1ef2800572a0f098e3b0aa1233f8e58.zip |
Reset maintainership at maitainer request [1] and while I'm here:
- convert to new options, USES, etc.
- pet portlint
- trim Makefile header
- mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib update)
Submitted by: Yuri Pankov (via mail) [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/deng/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile index fa06a02058d9..136d5e7df189 100644 --- a/games/deng/Makefile +++ b/games/deng/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Doomsday%20Engine/1.9.0-beta6.9 DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/-beta/} -MAINTAINER= yuri.pankov@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Doom, Heretic, and Hexen source port BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip @@ -21,8 +21,7 @@ USE_LDCONFIG= yes USE_SDL= sdl mixer net USE_XORG= x11 USE_PYTHON= yes -USE_CMAKE= yes -CMAKE_OUTSOURCE= yes +USES= cmake:outsource CMAKE_SOURCE_PATH= ${WRKSRC}/doomsday CFLAGS+= -I${LOCALBASE}/include/libpng15 CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,--export-dynamic" |