aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/frost
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-02-19 08:33:16 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-02-19 08:33:16 +0000
commitb21e279cb04933e53ee9b63afea85f651fcce6a9 (patch)
tree380a77c1a494982658565ce2093f6d897655528a /net-p2p/frost
parent29e650aa468e4947d7725052d67b64b040ab2d4a (diff)
downloadports-b21e279cb04933e53ee9b63afea85f651fcce6a9.tar.gz
ports-b21e279cb04933e53ee9b63afea85f651fcce6a9.zip
Notes
Diffstat (limited to 'net-p2p/frost')
-rw-r--r--net-p2p/frost/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile
index be60b1e17964..0888ba8ab739 100644
--- a/net-p2p/frost/Makefile
+++ b/net-p2p/frost/Makefile
@@ -7,6 +7,7 @@
PORTNAME= frost
PORTVERSION= 1.2.0.20051020
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= net-p2p java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -49,6 +50,7 @@ DOC_FILES= doc/Frost.tex doc/authors.txt doc/gpl.txt \
PORTDOCS= ${DOC_FILES:C,^.*/,,}
DATA_FILES= config/boards.xml.default \
+ jtc.ico \
themes/themepack.zip
PLIST_FILES= bin/${PORTNAME}
@@ -65,6 +67,11 @@ PLIST_DIRS+= \
%%JAR_DIR%% \
%%DATADIR%%
+DESKTOP_ENTRIES= "Frost" "A Freenet Client" \
+ "${JAVASHAREDIR}/${PORTNAME}/jtc.ico" \
+ "frost" "Application;P2P;Internet;" \
+ false
+
pre-everything::
.ifndef(WITH_JDK15)
@${ECHO_MSG} '===> Define WITH_JDK15 to use jdk 1.5 instead of jdk 1.4'