22 lines
443 B
Makefile
22 lines
443 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:10:55 espie Exp $
|
|
|
|
COMMENT= color targets from vendors for color calibration
|
|
|
|
DISTNAME= shared-color-targets-0.1.2
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://github.com/hughsie/shared-color-targets
|
|
|
|
# GPLv2, public domain, CC-BY-SA
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://people.freedesktop.org/~hughsient/releases/
|
|
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|