summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 03:34:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 03:34:14 +0800
commit717d2d6d20bab479dbd5b82c8108ca0adc55667b (patch)
tree0c3f1d114c184dc6c7a2beffef43aa346afbe4d5 /www/epiphany-extensions/Makefile
parent1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11 (diff)
downloadmarcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar
marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.gz
marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.bz2
marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.lz
marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.xz
marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.tar.zst
marcuscom-ports-717d2d6d20bab479dbd5b82c8108ca0adc55667b.zip
Add epiphany-extensions, a set of plug-ins to extend the functionality of
the Epiphany web browser. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1567 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r--www/epiphany-extensions/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
new file mode 100644
index 000000000..a98dd837d
--- /dev/null
+++ b/www/epiphany-extensions/Makefile
@@ -0,0 +1,32 @@
+# Ports collection Makefile for: epiphany-extensions
+# Date created: 30 December 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= epiphany
+PORTVERSION= 0.6
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/0.6
+PKGNAMESUFFIX= -extensions
+DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A set of add-ons for the Epiphany web browser
+
+BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
+RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack lthack gnometarget
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --with-extensions="all"
+
+.include <bsd.port.mk>