freebsd-ports/x11-toolkits/gtkextra--/Makefile
Joe Marcus Clarke 5d3634cff1 Restore the USE_LIBTOOL line which was accidentally deleted when moving to the
GNOMENG infrastructure.

Submitted by:	bento
2002-09-08 19:36:52 +00:00

27 lines
578 B
Makefile

# New ports collection makefile for: gtkextra--
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkextramm
PORTVERSION= 0.9.1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra \
gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
CONFIGURE_ENV= PERL="${PERL}"
.include <bsd.port.mk>