freebsd-ports/x11-themes/gnome-icons-dropline-nou/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

19 lines
400 B
Makefile

# $FreeBSD$
PORTNAME= dropline-nou
PORTVERSION= 090208
CATEGORIES= x11-themes gnome
MASTER_SITES= http://www.silvestre.com.ar/icons/
DISTNAME= Nou-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Dropline Nou Icons for Gnome
USES= tar:bzip2
NO_WRKSUBDIR= yes
post-extract:
@${RM} ${WRKSRC}/.icon-theme.cache
.include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk"
.include <bsd.port.mk>