1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-toolkits/gtk--/Makefile

35 lines
749 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtk--
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
2000-04-16 05:18:00 +00:00
PORTNAME= gtkmm
2000-09-11 11:24:25 +00:00
PORTVERSION= 1.2.3
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nakai@FreeBSD.org
2000-04-16 05:18:00 +00:00
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
sigc.1:${PORTSDIR}/devel/libsigc++
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_NEWGCC= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static=yes \
--without-gnome
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>