openbsd-ports/x11/gnome/mime-data/Makefile

31 lines
756 B
Makefile
Raw Normal View History

2010-07-13 16:37:02 -04:00
# $OpenBSD: Makefile,v 1.24 2010/07/13 20:37:03 ajacoutot Exp $
COMMENT= MIME and Application database for GNOME
GNOME_PROJECT= gnome-mime-data
GNOME_VERSION= 2.18.0
CATEGORIES= x11
2010-07-13 16:37:02 -04:00
REVISION= 2
2009-02-11 10:50:30 -05:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
USE_LIBTOOL= No
CONFIGURE_STYLE= gnu old
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2004-10-17 00:41:19 -04:00
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
2009-10-15 11:55:16 -04:00
FAKE_FLAGS+= pkgconfigdir=${PREFIX}/lib/pkgconfig/
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-mime-data; \
2004-10-17 00:41:19 -04:00
cp -Rp ${WRKINST}/${SYSCONFDIR}/gnome/* ${PREFIX}/share/examples/gnome-mime-data/
.include <bsd.port.mk>