aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/gpredict/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile
index b4206cdf469e..60ccd0f05eb2 100644
--- a/comms/gpredict/Makefile
+++ b/comms/gpredict/Makefile
@@ -6,6 +6,7 @@
PORTNAME= gpredict
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= groundstation
@@ -22,4 +23,11 @@ CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= gpredict.1
+DESKTOP_ENTRIES="GPREDICT" \
+ "Predict satellite passage times" \
+ "${PREFIX}/share/pixmaps/gpredict/icons/gpredict-icon.png" \
+ "gpredict" \
+ "" \
+ true
+
.include <bsd.port.mk>