mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add USES=libtool and INSTALL_TARGET=install-strip
- Replace USE_GL=glut with USE_GL=glu
This commit is contained in:
parent
1f6fe24ce9
commit
63b0df61b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361246
@ -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@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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user