- Add dependency for graphics/jogl

- Add pkg-deinstall
- Change pkg-message, remove deinstallation information
This commit is contained in:
Rusmir Dusko 2014-03-14 15:06:40 +00:00
parent 26ce683250
commit c375bf2003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348245
3 changed files with 20 additions and 7 deletions

View file

@ -14,6 +14,7 @@ COMMENT= Open source Java written 3D modelling and rendering studio
LICENSE= GPLv2
LIB_DEPENDS= libjogl.so:${PORTSDIR}/graphics/jogl
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USES= zip:infozip
@ -36,8 +37,7 @@ DOC_FILES2= *
OPTIONS_DEFINE= DOCS
SUB_FILES= ${PORTNAME} \
pkg-message
SUB_FILES= ${PORTNAME} pkg-deinstall pkg-message
DESKTOP_ENTRIES="Art of Illusion" "3D modelling and rendering studio" \
"${PORTNAME}" "${PORTNAME}" "Graphics;3DGraphics;" ""

View file

@ -0,0 +1,18 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "$2" = "POST-DEINSTALL" ]; then
echo ""
echo ""
echo "==============================================================================="
echo ""
echo "After deinstallation, some files may stay in %%DATADIR%%,"
echo "you can delete them with"
echo ""
echo " /bin/rm -fr %%DATADIR%%"
echo ""
echo "==============================================================================="
echo ""
fi

View file

@ -18,9 +18,4 @@ and other Sites and put it in:
%%DATADIR%%/Plugins
%%DATADIR%%/Scripts/...
After deinstallation, some files may stay in %%DATADIR%%,
you can delete them with
rm -fr %%DATADIR%%
===============================================================================