25 lines
525 B
Makefile
25 lines
525 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/03/19 07:10:25 ajacoutot Exp $
|
|
|
|
COMMENT= color targets from vendors for color calibration
|
|
|
|
DISTNAME= shared-color-targets-0.1.1
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
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>
|