[Midnightbsd-cvs] mports: Makefile: License, a few subtle changes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 7 17:14:15 EDT 2008


Log Message:
-----------
License, a few subtle changes.

Modified Files:
--------------
    mports/x11-toolkits/renaissance:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/renaissance/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L x11-toolkits/renaissance/Makefile -L x11-toolkits/renaissance/Makefile -u -r1.5 -r1.6
--- x11-toolkits/renaissance/Makefile
+++ x11-toolkits/renaissance/Makefile
@@ -8,14 +8,15 @@
 
 PORTNAME=	renaissance
 PORTVERSION=	0.8.0
-PORTREVISION=	3
-CATEGORIES=	x11-toolkits
+PORTREVISION=	4
+CATEGORIES=	x11-toolkits gnustep
 MASTER_SITES=	http://www.gnustep.it/Renaissance/Download/ \
-		http://florida.ethz.ch/ports/distfiles/
+		${MASTER_SITE_GNUSTEP_CH}
 DISTNAME=	Renaissance-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep GUI Development Framework
+LICENSE=	lgpl
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_GMAKE=	yes
@@ -24,9 +25,11 @@
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
-# broken:
-#USE_LDCONFIG=	yes
-INSTALL_SHLIBS=	yes
-MAKEFILE=	GNUmakefile
+USE_GNUSTEP_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
+
+post-patch:
+	${ECHO_CMD} "GNUSTEP_INSTALLATION_DOMAIN=SYSTEM" \
+		>>${WRKSRC}/Source/GNUmakefile
+
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list