freebsd-ports/x11-themes/metacity-theme-microgui/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

27 lines
619 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
PORTNAME= microgui
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= x11-themes gnome
MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \
http://dl2.douglasthrift.net/${PORTNAME}/
DISTNAME= mcitymicrogui-default
MAINTAINER= douglas@douglasthrift.net
COMMENT= MicroGUI Sawfish theme for Metacity
LICENSE= GPLv2
# Converted from RESTRICTED
LICENSE= metacity
LICENSE_NAME= metacity
LICENSE_TEXT= ${REASON}
LICENSE_PERMS= auto-accept
WRKSRC= ${WRKDIR}/microGUI
NO_ARCH= yes
.include "${.CURDIR}/../metacity-themes/Makefile.metacity"
.include <bsd.port.mk>