aboutsummaryrefslogtreecommitdiff
path: root/math/fung-calc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-04-11 02:23:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-04-11 02:23:09 +0000
commit3ead5aa0cdb90a3d348c49a7b273747fd1990fe2 (patch)
tree2a73e7dda0a254acf03e09f8cb9284f8d81f80d7 /math/fung-calc
parent867a0f94ebeb035c0f3199d1fd8eeeec5715cd1e (diff)
downloadports-3ead5aa0cdb90a3d348c49a7b273747fd1990fe2.tar.gz
ports-3ead5aa0cdb90a3d348c49a7b273747fd1990fe2.zip
- Added Portscout variable for blocking earlier version reporting
- Take maintainership - Modified PLIST to honor DATADIR PR: 166453 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=294577
Diffstat (limited to 'math/fung-calc')
-rw-r--r--math/fung-calc/Makefile4
-rw-r--r--math/fung-calc/pkg-plist18
2 files changed, 12 insertions, 10 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile
index 3e6830553ccf..2c46cc4b867d 100644
--- a/math/fung-calc/Makefile
+++ b/math/fung-calc/Makefile
@@ -10,15 +10,17 @@ PORTREVISION= 13
CATEGORIES= math kde
MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Advanced graphic calculator
+PORTSCOUT= skipv:1.3.2 #This version is later then 1.3.2
USE_KDELIBS_VER=3
USE_GL= glut
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALLS_ICONS= yes
pre-configure:
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
diff --git a/math/fung-calc/pkg-plist b/math/fung-calc/pkg-plist
index da74c206e425..a69e901b18c1 100644
--- a/math/fung-calc/pkg-plist
+++ b/math/fung-calc/pkg-plist
@@ -60,13 +60,13 @@ share/doc/HTML/en/fung-calc/index.docbook
share/doc/HTML/en/fung-calc/installation.docbook
share/doc/HTML/en/fung-calc/introduction.docbook
share/doc/HTML/en/fung-calc/newgraph.png
-share/fung-calc/AUTHORS
-share/fung-calc/COPYING
-share/fung-calc/ChangeLog
-share/fung-calc/README
-share/fung-calc/TODO
-share/fung-calc/samplegraphs.fgc
-share/fung-calc/translations/fung-calc.es.qm
+%%DATADIR%%/AUTHORS
+%%DATADIR%%/COPYING
+%%DATADIR%%/ChangeLog
+%%DATADIR%%/README
+%%DATADIR%%/TODO
+%%DATADIR%%/samplegraphs.fgc
+%%DATADIR%%/translations/fung-calc.es.qm
share/icons/hicolor/16x16/apps/fung_calc.png
share/icons/hicolor/32x32/apps/fung_calc.png
share/icons/hicolor/48x48/apps/fung_calc.png
@@ -88,5 +88,5 @@ share/mimelnk/application/x-fgc.desktop
@dirrmtry share/applnk
@dirrm include/fung-calc
@dirrm share/doc/HTML/en/fung-calc
-@dirrm share/fung-calc/translations
-@dirrm share/fung-calc
+@dirrm %%DATADIR%%/translations
+@dirrm %%DATADIR%%