22 lines
529 B
Makefile
22 lines
529 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= microgui
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
|
|
http://code.douglasthrift.net/files/${PORTNAME}/
|
|
DISTNAME= mcitymicrogui-default
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The microGUI Sawfish theme for Metacity
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RESTRICTED= ${REASON}
|
|
|
|
WRKSRC= ${WRKDIR}/microGUI
|
|
|
|
.include "${.CURDIR}/../metacity-themes/Makefile.metacity"
|
|
.include <bsd.port.mk>
|