summaryrefslogtreecommitdiffstats
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-07 04:00:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-07 04:00:32 +0800
commit8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57 (patch)
tree8aae3b8853467a9c4a3a02ab11f5d7c6418f1b43 /accessibility/atk/Makefile
parent6d65bcc702ab8f3b41d65a1a498c17736d0a6420 (diff)
downloadmarcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar
marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar.gz
marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar.bz2
marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar.lz
marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar.xz
marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.tar.zst
marcuscom-ports-8ae17d2a0a2c7cdacf61d0e6c4b5e477ca7f2f57.zip
Initial import of the marcuscom ports directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
new file mode 100644
index 000000000..4a705cb85
--- /dev/null
+++ b/accessibility/atk/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: atk
+# Date Created: 14 May 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/atk/Makefile,v 1.24 2002/09/20 17:06:23 marcus Exp $
+#
+
+PORTNAME= atk
+PORTVERSION= 1.1.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME} \
+ ftp://ftp.gtk.org/pub/gtk/v2.0/
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
+#MASTER_SITES= 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/v1.3
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
+
+USE_BZIP2= yes
+USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
+CONFIGURE_ARGS= --enable-static
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>