blob: 67d3142e8e5209faaa4dc70d0018ad14045b90dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: epiphany-webkit
# Date created: 2007-10-21
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/www/epiphany-webkit/Makefile,v 1.5 2008/04/07 13:46:00 ahze Exp $
PORTVERSION= 2
PKGNAMESUFFIX= -webkit
COMMENT= An extremely lightweight GNOME browser using the WebKit engine
EPHY_SLAVE= webkit
MASTERDIR= ${.CURDIR}/../../www/epiphany
.include "${MASTERDIR}/Makefile"
|