openbsd-ports/misc/gtk3mm-documentation/Makefile
ajacoutot 2e38793226 Default libtool(1) is in base now so there is no point in settings
USE_LIBTOOL to no since this has no implication on the build for these
particular ports.
2012-11-17 09:40:41 +00:00

31 lines
504 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/11/17 09:40:41 ajacoutot Exp $
COMMENT= documentation for gtk3mm
GNOME_PROJECT= gtkmm-documentation
GNOME_VERSION= 3.4.1
PKGNAME= gtk3mm-documentation-${GNOME_VERSION}
CATEGORIES= misc devel
HOMEPAGE= http://www.gtkmm.org/
# GFDLv1.2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
PKG_ARCH= *
MODGNOME_TOOLS= yelp
BUILD_DEPENDS= x11/gtk3mm
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>