2000-06-20 20:14:45 +00:00
|
|
|
# New ports collection makefile for: gnomemm
|
|
|
|
# Date created: 18 Jun 2000
|
|
|
|
# Whom: Erich Zigler <erich@tacni.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-09-12 22:43:19 +00:00
|
|
|
PORTNAME= gnomemm
|
2002-02-01 11:28:09 +00:00
|
|
|
PORTVERSION= 1.2.2
|
2001-03-23 18:43:39 +00:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2002-02-12 05:06:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnomemm
|
2002-02-12 09:21:26 +00:00
|
|
|
#DIST_SUBDIR= gnome
|
2000-06-20 20:14:45 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-06-20 20:14:45 +00:00
|
|
|
|
2001-03-13 15:18:05 +00:00
|
|
|
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
|
2000-06-20 20:14:45 +00:00
|
|
|
BUILD_DEPENDS= m4:${PORTSDIR}/devel/m4
|
|
|
|
|
2002-02-12 05:06:42 +00:00
|
|
|
USE_BZIP2= yes
|
2000-06-20 20:14:45 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GNOME= yes
|
2000-06-20 20:14:45 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
2000-06-20 20:14:45 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
2000-06-20 20:14:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|