summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%%