mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
25 lines
595 B
Makefile
25 lines
595 B
Makefile
# New ports collection makefile for: kgamma
|
|
# Date created: 21 July 2002
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kgamma
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= http://download.berlios.de/kgamma/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./_pre/}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= "KDE Control Center module for gamma calibration/correction of XFree86"
|
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER= 3
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|