[Midnightbsd-cvs] mports: Makefile: modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 2 17:46:35 EST 2009


Log Message:
-----------
modernize

Modified Files:
--------------
    mports/graphics/gle:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/gle/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L graphics/gle/Makefile -L graphics/gle/Makefile -u -r1.3 -r1.4
--- graphics/gle/Makefile
+++ graphics/gle/Makefile
@@ -8,23 +8,24 @@
 
 PORTNAME=	gle
 PORTVERSION=	3.1.0
-PORTREVISION=   1
+PORTREVISION=   2
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES=	SF \
 		http://linas.org/gle/pub/ \
 		http://metalab.unc.edu/pub/Linux/libs/X/ \
 		ftp://tsx-11.mit.edu/pub/linux/sources/libs/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at dclg.ca
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A GL Tubing and Extrusion Library
+LICENSE=	gpl2
 
-LIB_DEPENDS=	glut.4:${PORTSDIR}/graphics/libglut
-
-USE_XLIB=	yes
+USE_GL=		glut
+USE_AUTOTOOLS=	libtool:15
+USE_XORG=	x11 xext
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	"CFLAGS=-I${LOCALBASE}/include -L${LOCALBASE}/lib -L${X11BASE}/lib -lXext ${PTHREAD_LIBS}"
+CONFIGURE_ENV=	"CFLAGS=-I${LOCALBASE}/include -L${LOCALBASE}/lib -lXext ${PTHREAD_LIBS}"
 
 
 MAN3=		gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \


More information about the Midnightbsd-cvs mailing list