3b8603d97f
* Distribute doctools if non-empty parameter is passed to MM_CONFIG_DOCTOOL_DIR
30 lines
629 B
Makefile
30 lines
629 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/03/30 07:56:50 ajacoutot Exp $
|
|
|
|
COMMENT= common build utilities for GNOME C++ binding libraries
|
|
|
|
GNOME_PROJECT= mm-common
|
|
GNOME_VERSION= 0.9.5
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= ac_cv_prog_WGET="" \
|
|
ac_cv_prog_CURL=""
|
|
|
|
FAKE_FLAGS= shared_pkgconfigdir=${TRUEPREFIX}/lib/pkgconfig
|
|
|
|
.include <bsd.port.mk>
|