mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5c40e7b55a
- Update DESCR - Remove obsolete MD5 checksum while I'm here PR: ports/154018 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Feature safe: yes
29 lines
648 B
Makefile
29 lines
648 B
Makefile
# 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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNOME= gnomehier
|
|
|
|
RESTRICTED= ${REASON}
|
|
|
|
WRKSRC= ${WRKDIR}/microGUI
|
|
|
|
.include "${.CURDIR}/../metacity-themes/Makefile.metacity"
|
|
.include <bsd.port.mk>
|