0b743289fc
Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import.
25 lines
581 B
Makefile
25 lines
581 B
Makefile
# New ports collection makefile for: gtkmm24-reference
|
|
# Date created: 09 May 2006
|
|
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|
glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4
|
|
|
|
do-install:
|
|
.if !defined(NOPORTDOCS)
|
|
.for d in docs
|
|
@cd ${WRKSRC}/${d} && ${GMAKE} install
|
|
.endfor
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|