blob: bb411c103e9cbc295bc213e28cc26a57c9879d8f (
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/www/epiphany-webkit/Makefile,v 1.1 2007/11/02 12:51:16 ahze Exp $
PORTVERSION= 1
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"
|