008634bea8
requested by and ok ajacoutot@, ok fkr@
29 lines
709 B
Makefile
29 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.19 2008/02/04 17:55:19 jasper Exp $
|
|
|
|
COMMENT= MIME and Application database for GNOME
|
|
|
|
GNOME_PROJECT= gnome-mime-data
|
|
GNOME_VERSION= 2.18.0
|
|
CATEGORIES= x11
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
# GPL
|
|
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"
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-mime-data; \
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/gnome/* ${PREFIX}/share/examples/gnome-mime-data/
|
|
|
|
.include <bsd.port.mk>
|