blob: 6cf1f162a03a716081db8399771085f1890e5a1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTREVISION= 0
CATEGORIES= x11 gnome
PKGNAMESUFFIX= -lite
COMMENT= The "meta-port" of the GNOME desktop slimmed down for only the basics
MASTERDIR= ${.CURDIR}/../gnome3
CONFLICTS= gnome2-[0-9]* gnome2-lite-[0-9]* gnome3-[0-9]*
DESCR= ${.CURDIR}/pkg-descr
PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"
|