blob: 510333fe80c763d177f1b7655c5344308ab913f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: gnome-icons-dropline-neu
# Date created: 2010-08-03
# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dropline-neu
PORTVERSION= 0.6
CATEGORIES= x11-themes gnome
MASTER_SITES= http://www.silvestre.com.ar/icons/
DISTNAME= Neu-${PORTVERSION}-PR3
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Dropline Neu Icons for Gnome
USE_BZIP2= yes
WRKSRC= "${WRKDIR}/Neu"
.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
.include <bsd.port.mk>
|