mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
25 lines
557 B
Makefile
25 lines
557 B
Makefile
# New ports collection makefile for: gnome-icons-dropline-nou
|
|
# Date created: 2008-09-29
|
|
# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dropline-nou
|
|
PORTVERSION= 090208
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= http://www.silvestre.com.ar/wp-content/uploaded/
|
|
DISTNAME= Nou-${PORTVERSION}
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Dropline Nou Icons for Gnome
|
|
|
|
USE_BZIP2= yes
|
|
WRKSRC= "${WRKDIR}/Nou"
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/.icon-theme.cache
|
|
|
|
.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
|
|
.include <bsd.port.mk>
|