svn commit: r332112 - head/games/gnudoku
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 30 14:11:23 UTC 2013
Author: amdmi3
Date: Wed Oct 30 14:11:22 2013
New Revision: 332112
URL: http://svnweb.freebsd.org/changeset/ports/332112
Log:
- Support staging
- Use new LIB_DEPENDS syntax
Modified:
head/games/gnudoku/Makefile
Modified: head/games/gnudoku/Makefile
==============================================================================
--- head/games/gnudoku/Makefile Wed Oct 30 14:05:43 2013 (r332111)
+++ head/games/gnudoku/Makefile Wed Oct 30 14:11:22 2013 (r332112)
@@ -11,14 +11,13 @@ MASTER_SITES= http://offload2.icculus.or
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= A free program for creating and solving Su Doku puzzles
-LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
USES= gmake pkgconfig
MAKE_ENV= CXXLAGS="${CXXFLAGS}"
+MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
-NO_STAGE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS+=|' ${WRKSRC}/Makefile
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list