pkgsrc/graphics/deforaos-icon-theme/Makefile
khorben 8f9b9f461c Package DeforaOS Artwork 0.1.3
This should fix building when graphics/inkscape is not installed. The only
other noticeable improvement in this release is support for building out of
the source tree (OBJDIR).
2016-09-14 00:44:35 +00:00

20 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/09/14 00:44:35 khorben Exp $
#
DISTNAME= DeforaOS-Artwork-0.1.3
PKGNAME= deforaos-icon-theme-0.1.3
CATEGORIES= graphics
MASTER_SITES= http://www.defora.org/os/download/download/4451/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/os/project/4342/DeforaOS%20Artwork
COMMENT= Artwork for the DeforaOS desktop
LICENSE= cc-by-sa-v3.0
BUILD_DEPENDS+= awesome-ttf-[0-9]*:../../fonts/awesome-ttf
BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
.include "../../mk/bsd.pkg.mk"