4b85ead9a7
for this path.
27 lines
538 B
Makefile
27 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/11/02 20:18:40 ajacoutot Exp $
|
|
|
|
COMMENT= color targets from vendors for color calibration
|
|
|
|
DISTNAME= shared-color-targets-0.1.0
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
REVISION= 0
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://github.com/hughsie/shared-color-targets
|
|
|
|
# GPLv2, public domain, CC-BY-SA
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://people.freedesktop.org/~hughsient/releases/
|
|
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|