svn commit: r361246 - head/science/liboglappth
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 8 13:54:24 UTC 2014
Author: tijl
Date: Tue Jul 8 13:54:24 2014
New Revision: 361246
URL: http://svnweb.freebsd.org/changeset/ports/361246
QAT: https://qat.redports.org/buildarchive/r361246/
Log:
- Add USES=libtool and INSTALL_TARGET=install-strip
- Replace USE_GL=glut with USE_GL=glu
Modified:
head/science/liboglappth/Makefile
head/science/liboglappth/pkg-plist
Modified: head/science/liboglappth/Makefile
==============================================================================
--- head/science/liboglappth/Makefile Tue Jul 8 13:51:26 2014 (r361245)
+++ head/science/liboglappth/Makefile Tue Jul 8 13:54:24 2014 (r361246)
@@ -3,7 +3,7 @@
PORTNAME= liboglappth
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \
http://bioinformatics.org/ghemical/download/current
@@ -12,13 +12,10 @@ MAINTAINER= maho at FreeBSD.org
COMMENT= Support libraries of science/ghemical port
GNU_CONFIGURE= yes
-
-USE_GL= glut
-USES= pathfix
+INSTALL_TARGET= install-strip
+USES= libtool pathfix
+USE_GL= glu
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CFLAGS+= -I${LOCALBASE}/include
-CXXFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>
Modified: head/science/liboglappth/pkg-plist
==============================================================================
--- head/science/liboglappth/pkg-plist Tue Jul 8 13:51:26 2014 (r361245)
+++ head/science/liboglappth/pkg-plist Tue Jul 8 13:54:24 2014 (r361246)
@@ -6,9 +6,9 @@ include/oglappth/ogl_objects.h
include/oglappth/ogl_camera.h
include/oglappth/ogl_lights.h
include/oglappth/transparent.h
-lib/liboglappth.so.2
-lib/liboglappth.so
-lib/liboglappth.la
lib/liboglappth.a
+lib/liboglappth.so
+lib/liboglappth.so.2
+lib/liboglappth.so.2.0.1
libdata/pkgconfig/liboglappth.pc
@dirrm include/oglappth
More information about the svn-ports-all
mailing list