diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-02-18 09:44:11 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-02-18 09:44:11 +0000 |
commit | ce11c1a0e05765ef9fb9d849bc6615489c52f567 (patch) | |
tree | 0714f44a26b789f4a8d93d16f43388a5e3ad5376 /comms | |
parent | 7379c7f0347bc9bbd56061b9e7bc8a1527d35532 (diff) | |
download | ports-ce11c1a0e05765ef9fb9d849bc6615489c52f567.tar.gz ports-ce11c1a0e05765ef9fb9d849bc6615489c52f567.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gpredict/Makefile | 8 |
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> |