diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-08 19:30:50 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-08 19:30:50 +0800 |
commit | e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1 (patch) | |
tree | 90a90264ce8ccdb9b1cc4d72b9f2f76fd597f822 /devel/gnome-vfsmm/Makefile | |
parent | 15043176bb5cb734841d60624e75c0d2c4c545b3 (diff) | |
download | marcuscom-ports-e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1.tar marcuscom-ports-e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1.tar.gz marcuscom-ports-e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1.tar.bz2 marcuscom-ports-e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1.tar.lz marcuscom-ports-e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1.tar.xz marcuscom-ports-e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1.tar.zst marcuscom-ports-e58b1bffe2e1fbbb0ca9b6ec48575cac6a98abc1.zip |
Commited to FreeBSD repository.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2463 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfsmm/Makefile')
-rw-r--r-- | devel/gnome-vfsmm/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile deleted file mode 100644 index e3a6eb035..000000000 --- a/devel/gnome-vfsmm/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnome-vfsmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# - -PORTNAME= gnome-vfsmm -PORTVERSION= 2.5.0 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gnomevfs2 library - -LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack lthack gnomevfs2 -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.5" API_VERSION="2.6" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_gcc_bugs -.endif - -.include <bsd.port.post.mk> |