svn commit: r339728 - head/devel/guichan

Marcus von Appen mva at FreeBSD.org
Tue Jan 14 22:04:13 UTC 2014


Author: mva
Date: Tue Jan 14 22:04:12 2014
New Revision: 339728
URL: http://svnweb.freebsd.org/changeset/ports/339728
QAT: https://qat.redports.org/buildarchive/r339728/

Log:
  - Enable stagedir support
  - Add LICENSE
  - Convert USES_GMAKE -> USES=gmake
  - Convert LIB_DEPENDS to new format

Modified:
  head/devel/guichan/Makefile

Modified: head/devel/guichan/Makefile
==============================================================================
--- head/devel/guichan/Makefile	Tue Jan 14 22:02:45 2014	(r339727)
+++ head/devel/guichan/Makefile	Tue Jan 14 22:04:12 2014	(r339728)
@@ -10,11 +10,12 @@ MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 MAINTAINER=	mva at FreeBSD.org
 COMMENT=	Small, efficient C++ GUI library designed for games
 
+LICENSE=	BSD3CLAUSE
+
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=	pathfix
+USES=		gmake pathfix
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -23,7 +24,6 @@ OPTIONS_DEFINE=		SDL ALLEGRO OPENGL
 OPTIONS_DEFAULT=	SDL OPENGL
 ALLEGRO_DESC=	Allegro support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSDL}
@@ -36,7 +36,7 @@ PLIST_SUB+=	SDL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MALLEGRO}
-LIB_DEPENDS+=	alleg.42:${PORTSDIR}/devel/allegro
+LIB_DEPENDS+=	liballeg.so:${PORTSDIR}/devel/allegro
 CONFIGURE_ARGS+=--enable-allegro
 PLIST_SUB+=	ALLEGRO=""
 .else


More information about the svn-ports-all mailing list