1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/x11/kgamma/Makefile

26 lines
611 B
Makefile
Raw Normal View History

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