diff options
Diffstat (limited to 'x11-toolkits/gtkglarea/Makefile')
-rw-r--r-- | x11-toolkits/gtkglarea/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile deleted file mode 100644 index 08369af6bf1b..000000000000 --- a/x11-toolkits/gtkglarea/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gtkglarea -# Date created: 1 August 1999 -# Whom: Michael Sardo <jaeger16@yahoo.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkglarea -PORTVERSION= 1.2.3 -PORTREVISION= 3 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= ports@FreeBSD.org -COMMENT= An OpenGL widget for the GTK+ GUI toolkit - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_AUTOTOOLS= libtool -USE_GL= yes -USE_GNOME= gtk12 lthack -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS} -CONFIGURE_ARGS= --with-lib-GL -USE_LDCONFIG= yes - -.include <bsd.port.mk> |