diff options
Diffstat (limited to 'x11-toolkits/gail/Makefile')
-rw-r--r-- | x11-toolkits/gail/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-toolkits/gail/Makefile b/x11-toolkits/gail/Makefile deleted file mode 100644 index 74c10de5c6c7..000000000000 --- a/x11-toolkits/gail/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gail -# Date Created: 12 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gail -PORTVERSION= 1.4.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An implementation of the ATK interfaces for GTK+ widgets - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_GNOME= gnomehack libgnomecanvas -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc - -.include <bsd.port.mk> |