diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 13:46:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 13:46:15 +0000 |
commit | cb1b916f4561323a6e4253043ea12877d028eb46 (patch) | |
tree | 0e3e574a2d1108b895f8a866540df7d9bcf6e712 | |
parent | 71cd3b0d738c4b8fdbf1a0a944b4ce7d4a66b0fa (diff) | |
download | ports-cb1b916f4561323a6e4253043ea12877d028eb46.tar.gz ports-cb1b916f4561323a6e4253043ea12877d028eb46.zip |
- this port doesn't use png
- cleanup plist
Notes
Notes:
svn path=/head/; revision=375553
-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%% |