blob: 2eb07c6d24348ce4ac68b8be28792a771218bbe0 (
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
27
28
29
|
# New ports collection makefile for: Edge GNOME Iconset
# Date created: 26 March, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
# Port logic gratuitously stolen from lioux's logic in
# x11-themes/kde-icons-noia. If it's not defined here
# and you think it should be, check
# x11-themes/gnome-icons/bsd.gnome-icons.mk for it.
PORTNAME= edge
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= x11-themes gnome
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= adamw/edge
DISTNAME= ${PORTNAME}-icons-${PORTVERSION}
MAINTAINER= adamw@FreeBSD.org
COMMENT= Sleek white icon theme for GNOME
RESTRICTED= ${REASON}
WRKSRC= ${WRKDIR}/Edge-Icons-${PORTVERSION}
.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
.include <bsd.port.mk>
|