summaryrefslogtreecommitdiffstats
path: root/devel/gio-fam-backend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gio-fam-backend/Makefile')
-rw-r--r--devel/gio-fam-backend/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile
deleted file mode 100644
index f39aa35cd..000000000
--- a/devel/gio-fam-backend/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: gio-fam-backend
-# Date Created: 22 December 2007
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.40 2009/09/30 07:56:04 kwm Exp $
-#
-
-PORTNAME= gio-fam-backend
-PORTVERSION= 2.22.2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
- ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \
- ftp://ftp.gimp.org/pub/%SUBDIR%/ \
- ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
- http://www.ameth.org/gimp/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
-MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= glib-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= FAM backend for GLib's GIO library
-
-USE_BZIP2= yes
-BUILD_WRKSRC= ${WRKSRC}/gio/fam
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-GNU_CONFIGURE= yes
-USE_GNOME= gnomehack pkgconfig _glib20
-USE_FAM= yes
-USE_GMAKE= yes
-MAKE_JOBS_SAFE= yes
-CONFIGURE_ARGS= --enable-static --with-libiconv=gnu
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl" \
- PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-.include <bsd.port.mk>