blob: 2be4984c4f5e54730e9fb5ee748b55b32f029c3a (
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
|
# New ports collection makefile for: Metacity theme Alloy-C
# Date created: 09 Mar 2004
# Whom: Remington Lang <MrL0L@charter.net>
#
# $FreeBSD$
# Port logic stolen fron x11-themes/kde-icons-noia
# lioux@
PORTNAME= Alloy-C
PORTVERSION= 1.0
CATEGORIES= x11-themes gnome
DISTNAME= MCity-Alloy-C
MAINTAINER= MrL0L@charter.net
COMMENT= Alloy-C theme for Metacity
NO_PACKAGE= ${REASON}
NO_CDROM= ${REASON}
RESTRICTED= ${REASON}
WRKSRC= ${WRKDIR}/Alloy-C
.include "${.CURDIR}/../metacity-themes/Makefile.metacity"
.include <bsd.port.mk>
|