diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-25 21:46:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-25 21:46:15 +0800 |
commit | d3fd14d794861357e1237431cdab9cb5e690e08f (patch) | |
tree | 0e3e574a2d1108b895f8a866540df7d9bcf6e712 /games | |
parent | 44379350ebfce21ff723be553ec1b521da836362 (diff) | |
download | freebsd-ports-gnome-d3fd14d794861357e1237431cdab9cb5e690e08f.tar.gz freebsd-ports-gnome-d3fd14d794861357e1237431cdab9cb5e690e08f.tar.zst freebsd-ports-gnome-d3fd14d794861357e1237431cdab9cb5e690e08f.zip |
- this port doesn't use png
- cleanup plist
Diffstat (limited to 'games')
-rw-r--r-- | games/doomsday/Makefile | 6 | ||||
-rw-r--r-- | games/doomsday/pkg-plist | 10 |
2 files changed, 2 insertions, 14 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index 0aee145a2947..7764b6cab2d5 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -3,7 +3,7 @@ PORTNAME= doomsday PORTVERSION= 1.14.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} @@ -13,8 +13,7 @@ COMMENT= Enhanced Doom, Heretic, and Hexen source port LICENSE= GPLv2 BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_GL= gl glu @@ -24,7 +23,6 @@ USE_XORG= x11 USES= pkgconfig python:build qmake:outsource USE_QT4= corelib network opengl moc_build QMAKE_SOURCE_PATH= ${WRKSRC}/doomsday -CFLAGS+= -I${LOCALBASE}/include/libpng15 QMAKE_ARGS+= QMAKE_LFLAGS+="-Wl,--export-dynamic" \ CONFIG+="deng_notools deng_nosnowberry" \ SCRIPT_PYTHON=${PYTHON_CMD} diff --git a/games/doomsday/pkg-plist b/games/doomsday/pkg-plist index 9e8f2fb1d3b8..d0d5fa9f94c3 100644 --- a/games/doomsday/pkg-plist +++ b/games/doomsday/pkg-plist @@ -86,13 +86,3 @@ man/man6/doomsday.6.gz %%DATADIR%%/modules/bootstrap.de %%DATADIR%%/modules/gui.de %%DATADIR%%/modules/recutil.de -@dirrmtry lib/doomsday -@dirrmtry %%DATADIR%%/data/fonts -@dirrmtry %%DATADIR%%/data/graphics -@dirrmtry %%DATADIR%%/data/jdoom -@dirrmtry %%DATADIR%%/data/jdoom64 -@dirrmtry %%DATADIR%%/data/jheretic -@dirrmtry %%DATADIR%%/data/jhexen -@dirrmtry %%DATADIR%%/data -@dirrmtry %%DATADIR%%/modules -@dirrmtry %%DATADIR%% |