- add update-desktop-database handling ; do some cleaning

This commit is contained in:
ajacoutot 2007-07-30 17:02:11 +00:00
parent 125eedcb43
commit cc50d5c88d
2 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.46 2007/05/07 13:05:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2007/07/30 17:02:11 ajacoutot Exp $
COMMENT= "technical diagrams drawing tool"
COMMENT= technical diagrams drawing tool
DISTNAME= dia-0.96.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= graphics
HOMEPAGE= http://live.gnome.org/Dia/
@ -26,6 +26,7 @@ LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
art_lgpl_2.>=5::graphics/libart \
popt::devel/popt \
xslt.>=1::textproc/libxslt
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
MODULES= devel/gettext
@ -38,6 +39,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LOCALBASE=${LOCALBASE}
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-cairo \
--without-gnomeprint \
--without-python
FLAVORS= gnome
FLAVOR?=

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2007/04/06 10:10:01 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.12 2007/07/30 17:02:11 ajacoutot Exp $
bin/dia
lib/dia/
lib/dia/libaadl_objects.a
@ -1837,3 +1837,5 @@ share/pixmaps/
share/pixmaps/dia-diagram.png
share/pixmaps/dia_gnome_icon.png
%%SHARED%%
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database