Convert to USES=libtool
This commit is contained in:
parent
8cbbcb307d
commit
2733c0ec4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346841
2 changed files with 5 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fox
|
||||
PORTVERSION= 1.7.46
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \
|
||||
ftp://ftp.fox-toolkit.org/pub/
|
||||
|
@ -18,10 +19,9 @@ MAJORVER= ${PORTVERSION:R}
|
|||
PLIST_SUB+= MAJORVER=${MAJORVER}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${MAJORVER}
|
||||
|
||||
USES+= pathfix
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES+= libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GL= glut
|
||||
USE_GNOME= ltverhack
|
||||
USE_XORG= sm xft
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --with-opengl=yes \
|
||||
|
|
|
@ -11,10 +11,12 @@ lib/libCHART-%%MAJORVER%%.a
|
|||
lib/libCHART-%%MAJORVER%%.la
|
||||
lib/libCHART-%%MAJORVER%%.so
|
||||
lib/libCHART-%%MAJORVER%%.so.0
|
||||
lib/libCHART-%%MAJORVER%%.so.0.0.46
|
||||
lib/libFOX-%%MAJORVER%%.a
|
||||
lib/libFOX-%%MAJORVER%%.la
|
||||
lib/libFOX-%%MAJORVER%%.so
|
||||
lib/libFOX-%%MAJORVER%%.so.0
|
||||
lib/libFOX-%%MAJORVER%%.so.0.0.46
|
||||
include/fox-%%MAJORVER%%/FX4Splitter.h
|
||||
include/fox-%%MAJORVER%%/FX7Segment.h
|
||||
include/fox-%%MAJORVER%%/FX885910Codec.h
|
||||
|
|
Loading…
Reference in a new issue