1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- localbaes

- Fix shebangs
This commit is contained in:
Dmitry Marakasov 2017-04-21 10:58:05 +00:00
parent 5225517cba
commit 2b4b051023
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439051

View File

@ -3,6 +3,7 @@
PORTNAME= gwyddion
PORTVERSION= 2.45
PORTREVISION= 1
CATEGORIES= science graphics
MASTER_SITES= SF
@ -18,8 +19,9 @@ LIB_DEPENDS= libminizip.so:archivers/minizip \
libfftw3.so:math/fftw3 \
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
shared-mime-info tar:xz
USES= desktop-file-utils gettext gmake libtool localbase:ldflags \
pathfix pkgconfig shared-mime-info shebangfix tar:xz
SHEBANG_FILES= plugins/process/invert_python.py
USE_GNOME= gconf2 gtk20 libxml2
USE_GL= glu
USE_XORG= xmu
@ -30,9 +32,6 @@ INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= gwyddion-thumbnailer.schemas
OPTIONS_DEFINE= PERL PYTHON RUBY UNIQUE