19 lines
468 B
Makefile
19 lines
468 B
Makefile
# $OpenBSD: Makefile,v 1.6 2016/06/03 11:57:57 sebastia Exp $
|
|
|
|
COMMENT = GNUstep frontend for xgamma
|
|
|
|
V = 0.7
|
|
REVISION = 4
|
|
DISTNAME = displaycalibrator.app_${V}.orig
|
|
PKGNAME = displaycalibrator-${V}
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = http://wiki.gnustep.org/index.php/DisplayCalibrator.app
|
|
MASTER_SITES = http://archive.ubuntu.com/ubuntu/pool/universe/d/displaycalibrator.app/
|
|
|
|
MODULES = x11/gnustep
|
|
|
|
WRKDIST = ${WRKDIR}/displaycalibrator-${V}
|
|
|
|
.include <bsd.port.mk>
|