aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/frost
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-02-19 16:33:16 +0800
committerlioux <lioux@FreeBSD.org>2006-02-19 16:33:16 +0800
commit1e0536c59226bf43c5cd6776eac067c051847939 (patch)
tree569b1746bdfdddbc5d50d1c4b2e906816f280a29 /net-p2p/frost
parentdc6427e1e16329b2766c63727609204b21db1f8a (diff)
downloadfreebsd-ports-gnome-1e0536c59226bf43c5cd6776eac067c051847939.tar.gz
freebsd-ports-gnome-1e0536c59226bf43c5cd6776eac067c051847939.tar.zst
freebsd-ports-gnome-1e0536c59226bf43c5cd6776eac067c051847939.zip
o Install jtc.ico icon and add a FreeBSD ports system generated
frost.desktop file o Bump PORTREVISION PR: 93404 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> <eol1@yahoo.com>
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'