blob: e4e98d1b9ea76566dc61ad5c86f20e5f73ae4f25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: Metacity theme microGUI
# Date created: 23 April 2004
# Whom: Douglas Thrift <douglas@douglasthrift.net>
#
# $FreeBSD$
#
PORTNAME= microgui
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= x11-themes gnome
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/
DISTNAME= mcitymicrogui-default
MAINTAINER= douglas@douglasthrift.net
COMMENT= The microGUI Sawfish theme for Metacity
USE_GNOME= gnomehier
RESTRICTED= ${REASON}
WRKSRC= ${WRKDIR}/microGUI
.include "${.CURDIR}/../metacity-themes/Makefile.metacity"
.include <bsd.port.mk>
|