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