freebsd-ports/x11-toolkits/gtkmm30/Makefile

35 lines
796 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkmm2
# Date created: 30 September 2002
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
#
2000-04-16 07:18:00 +02:00
PORTNAME= gtkmm
2003-01-01 20:12:52 +01:00
PORTVERSION= 2.0.2
CATEGORIES= x11-toolkits
2003-01-01 20:12:52 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME} \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 \
gtkmm
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
2002-10-19 08:59:18 +02:00
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_X_PREFIX= yes
2003-01-01 20:12:52 +01:00
LATEST_LINK= gtk--2
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS= --enable-static=yes \
--without-gnome \
--with-sigc-prefix=${LOCALBASE}
.include <bsd.port.mk>