2002-07-21 16:15:44 +00:00
|
|
|
# New ports collection makefile for: kgamma
|
|
|
|
# Date created: 21 July 2002
|
2002-10-22 12:53:45 +00:00
|
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
2002-07-21 16:15:44 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kgamma
|
2003-01-24 11:41:15 +00:00
|
|
|
PORTVERSION= 1.0.1
|
2003-08-26 20:25:58 +00:00
|
|
|
PORTREVISION= 1
|
2002-07-21 16:15:44 +00:00
|
|
|
CATEGORIES= x11 kde
|
|
|
|
MASTER_SITES= http://download.berlios.de/kgamma/
|
2003-01-02 14:35:28 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./_pre/}
|
2002-07-21 16:15:44 +00:00
|
|
|
|
2003-02-22 14:38:12 +00:00
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
|
|
COMMENT= "KDE Control Center module for gamma calibration/correction of XFree86"
|
2002-07-21 16:15:44 +00:00
|
|
|
|
2003-08-25 05:41:38 +00:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
2003-01-16 10:12:31 +00:00
|
|
|
|
2003-01-08 19:20:40 +00:00
|
|
|
USE_BZIP2= yes
|
2002-07-21 16:15:44 +00:00
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|