svn commit: r417105 - head/games/corewars

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 19 09:05:07 UTC 2016


Author: amdmi3
Date: Sun Jun 19 09:05:06 2016
New Revision: 417105
URL: https://svnweb.freebsd.org/changeset/ports/417105

Log:
  - Switch to USES=localbase
  - Switch to options helpers

Modified:
  head/games/corewars/Makefile

Modified: head/games/corewars/Makefile
==============================================================================
--- head/games/corewars/Makefile	Sun Jun 19 09:03:23 2016	(r417104)
+++ head/games/corewars/Makefile	Sun Jun 19 09:05:06 2016	(r417105)
@@ -14,16 +14,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libargp.a:devel/argp-standalone
 
+USES=		gmake localbase
 USE_GNOME=	gtk12
-
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		gmake
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list