freebsd-ports/x11-toolkits/gtkglextmm/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

27 lines
626 B
Makefile

# New ports collection makefile for: gtkglextmm
# Date created: 22 March 2003
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= gtkglextmm
PORTVERSION= 1.2.0
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkglext
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ wrapper for GtkGLExt
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
.include <bsd.port.mk>