22 lines
483 B
Makefile
22 lines
483 B
Makefile
|
# New ports collection makefile for: gnome-icons-gion
|
||
|
# Date created: 2008-09-29
|
||
|
# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= gion
|
||
|
PORTVERSION= 0.1.2
|
||
|
CATEGORIES= x11-themes gnome
|
||
|
MASTER_SITES= http://www.silvestre.com.ar/wp-content/uploaded/
|
||
|
DISTNAME= Gion-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= olgeni@FreeBSD.org
|
||
|
COMMENT= Gion Icons for Gnome
|
||
|
|
||
|
USE_BZIP2= yes
|
||
|
WRKSRC= "${WRKDIR}/Gion"
|
||
|
|
||
|
.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
|
||
|
.include <bsd.port.mk>
|