summaryrefslogtreecommitdiffstats
path: root/devel/glib20/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
committer(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
commit73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch)
tree2f5e26903a1f136a9e2f54af42475b280a215a6d /devel/glib20/Makefile
parentfd170dfee433454a5e1f74c295bf23f3835894c0 (diff)
downloadmarcuscom-ports-GNOME_2_6.tar
marcuscom-ports-GNOME_2_6.tar.gz
marcuscom-ports-GNOME_2_6.tar.bz2
marcuscom-ports-GNOME_2_6.tar.lz
marcuscom-ports-GNOME_2_6.tar.xz
marcuscom-ports-GNOME_2_6.tar.zst
marcuscom-ports-GNOME_2_6.zip
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r--devel/glib20/Makefile54
1 files changed, 0 insertions, 54 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
deleted file mode 100644
index 2357836d0..000000000
--- a/devel/glib20/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: glib13
-# Date Created: 28 July 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD: ports/devel/glib20/Makefile,v 1.88 2003/10/06 01:13:38 marcus Exp $
-#
-
-PORTNAME= glib
-PORTVERSION= 2.3.6
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.3,} \
- ftp://ftp.gtk.org/pub/gtk/v2.3/ \
- 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:R}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Some useful routines of C programming (current stable version)
-
-NO_LATEST_LINK= yes
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_LIBTOOL_VER=13
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack gnometarget pkgconfig
-USE_GMAKE= yes
-USE_PERL5= yes
-CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \
- --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
- --disable-man --without-xml-catalog
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl" \
- PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-pre-everything::
- @${ECHO_CMD} '******************************************'
- @${ECHO_CMD}
- @${ECHO_CMD} If you have not updated your GNOME ports in the manner outlined in
- @${ECHO_CMD} http://www.freebsd.org/gnome/develfaq.html
- @${ECHO_CMD} then you should abort this build immediately and follow the directions
- @${ECHO_CMD} outlined in that document.
- @${ECHO_CMD}
- @${ECHO_CMD} Failure to follow the above directions will result in everything
- @${ECHO_CMD} GNOME-related breaking.
- @${ECHO_CMD}
- @${ECHO_CMD} '******************************************'
-
-.include <bsd.port.mk>