mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Drop .la file
- Strip library - Add LICENSE_FILE PR: 196155 Submitted by: amdmi3 Approved by: maintainer timeout (x11, 6 months)
This commit is contained in:
parent
6ba326a565
commit
9e098b7c0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386805
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= freeglut
|
||||
PORTVERSION= 2.8.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -11,10 +11,11 @@ MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Alternative to the OpenGL Utility Toolkit (GLUT) library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS= libglut-[0-9].*
|
||||
|
||||
USES= libtool:keepla
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= ice xi xxf86vm xrandr
|
||||
@ -23,6 +24,7 @@ CONFIGURE_ARGS= --disable-warnings
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lusbhid -lm
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
DOCS= download.html freeglut.html freeglut_logo.png \
|
||||
freeglut_user_interface.html index.html ogl_sm.png \
|
||||
|
@ -3,7 +3,6 @@ include/GL/freeglut_ext.h
|
||||
include/GL/freeglut_std.h
|
||||
include/GL/glut.h
|
||||
lib/libglut.a
|
||||
lib/libglut.la
|
||||
lib/libglut.so
|
||||
lib/libglut.so.3
|
||||
lib/libglut.so.3.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user