25 lines
457 B
Makefile
25 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.9 2015/07/15 13:55:56 ajacoutot Exp $
|
|
|
|
PKG_PARCH= *
|
|
|
|
COMMENT= common build utilities for GNOME C++ binding libraries
|
|
|
|
GNOME_PROJECT= mm-common
|
|
GNOME_VERSION= 0.9.8
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gtkmm.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|