svn commit: r332799 - head/games/poker-eval
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Nov 5 01:08:12 UTC 2013
Author: danilo
Date: Tue Nov 5 01:08:11 2013
New Revision: 332799
URL: http://svnweb.freebsd.org/changeset/ports/332799
Log:
- Convert USE_GMAKE to USES
- Add stage support
Modified:
head/games/poker-eval/Makefile
Modified: head/games/poker-eval/Makefile
==============================================================================
--- head/games/poker-eval/Makefile Tue Nov 5 01:06:39 2013 (r332798)
+++ head/games/poker-eval/Makefile Tue Nov 5 01:08:11 2013 (r332799)
@@ -8,17 +8,15 @@ MASTER_SITES= http://download.gna.org/po
DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0
MAINTAINER= ports at FreeBSD.org
-COMMENT= A C library to evaluate poker hands
+COMMENT= C library to evaluate poker hands
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= pkgconfig
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_LDCONFIG= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \
More information about the svn-ports-head
mailing list