summaryrefslogtreecommitdiffstats
path: root/devel/goffice/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 13:42:54 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 13:42:54 +0800
commit9f7ffd1bfd1c578b1709156964e94e8f227fb319 (patch)
tree994e0fd9adcc44d74ece31cc69a0cf1d0d34bbf7 /devel/goffice/Makefile
parent1739edf5c903541ae399ecaf342e8cabd75ec479 (diff)
downloadmarcuscom-ports-9f7ffd1bfd1c578b1709156964e94e8f227fb319.tar.gz
marcuscom-ports-9f7ffd1bfd1c578b1709156964e94e8f227fb319.tar.zst
marcuscom-ports-9f7ffd1bfd1c578b1709156964e94e8f227fb319.zip
- not stable, lives in ports-experimental
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7407 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/goffice/Makefile')
-rw-r--r--devel/goffice/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile
deleted file mode 100644
index ac41e2f36..000000000
--- a/devel/goffice/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: goffice
-# Date created: 07 June 2005
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/goffice/Makefile,v 1.12 2006/07/21 20:46:55 mezz Exp $
-#
-
-PORTNAME= goffice
-PORTVERSION= 0.3.0
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GLib/GTK+ set of document centric objects and utilities
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_XLIB= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \
- libgsf_gnome ltverhack
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:15
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION=${PORTVERSION}
-
-.include <bsd.port.mk>