83afd0609b
be able to use their own cache file (this fixes a bug under nautilus where one couldn't change files associations) - the default cache file is now where it should be, under ${PREFIX}/share/applications/ ok jasper@
32 lines
694 B
Makefile
32 lines
694 B
Makefile
# $OpenBSD: Makefile,v 1.15 2008/01/22 18:24:50 ajacoutot Exp $
|
|
|
|
COMMENT= utilities for 'desktop' entries
|
|
|
|
DISTNAME= desktop-file-utils-0.14
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://freedesktop.org/wiki/Software/desktop-file-utils
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c pcre
|
|
|
|
MASTER_SITES= http://freedesktop.org/software/desktop-file-utils/releases/
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= glib-2.0::devel/glib2
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|