17 lines
295 B
Makefile
17 lines
295 B
Makefile
|
# New ports collection makefile for: xscreensaver-gnome
|
||
|
# Date created: 13th February 2002
|
||
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= x11 gnome
|
||
|
|
||
|
MAINTAINER= gnome@FreeBSD.org
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../xscreensaver
|
||
|
|
||
|
WITH_GNOME= yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|