aboutsummaryrefslogtreecommitdiff
path: root/comms/gpredict
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2007-02-18 09:44:11 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2007-02-18 09:44:11 +0000
commitce11c1a0e05765ef9fb9d849bc6615489c52f567 (patch)
tree0714f44a26b789f4a8d93d16f43388a5e3ad5376 /comms/gpredict
parent7379c7f0347bc9bbd56061b9e7bc8a1527d35532 (diff)
downloadports-ce11c1a0e05765ef9fb9d849bc6615489c52f567.tar.gz
ports-ce11c1a0e05765ef9fb9d849bc6615489c52f567.zip
Add a desktop entry
PR: ports/109258 Submitted by: jylefort Approved by: maintainer
Notes
Notes: svn path=/head/; revision=185426
Diffstat (limited to 'comms/gpredict')
-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>