mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3ee51fcb2a
Approved by: maintainer
29 lines
651 B
Makefile
29 lines
651 B
Makefile
# New ports collection makefile for: gnomemm
|
|
# Date created: 18 Jun 2000
|
|
# Whom: Erich Zigler <erich@tacni.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomemm
|
|
PORTVERSION= 1.1.12
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://download.sourceforge.net/gtkmm/
|
|
|
|
MAINTAINER= erich@tacni.net
|
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
|
gtkmm-1.2.1:${PORTSDIR}/x11-toolkits/gtk--
|
|
BUILD_DEPENDS= m4:${PORTSDIR}/devel/m4
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS+=--enable-static=yes
|
|
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|