- Add desktop entry
- Bump PORTREVISION Submitted by: "army of root" via private mail
This commit is contained in:
parent
5d93532e69
commit
b2839497cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259640
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= argouml
|
||||
PORTVERSION= 0.30.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://argouml-downloads.tigris.org/nonav/argouml-${PORTVERSION}/
|
||||
DISTNAME= ArgoUML-${PORTVERSION}
|
||||
|
@ -34,6 +35,13 @@ JAVA_VERSION= 1.5+
|
|||
SUB_FILES= argouml.sh
|
||||
PORTDOCS= manual-${PORTVERSION}.pdf quickguide-${PORTVERSION}.pdf
|
||||
|
||||
DESKTOP_ENTRIES= "ArgoUML" \
|
||||
"Create advanced UML diagrams" \
|
||||
"" \
|
||||
"argouml" \
|
||||
"Application;Development;Building;Java;" \
|
||||
false
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/argouml.sh ${PREFIX}/bin/argouml
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
|
Loading…
Reference in a new issue