blob: cbbbda5d9b5eaf840cf88e9278b542f331c22e07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: kgamma
# Date created: 21 July 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kgamma
PORTVERSION= 1.0.1
PORTREVISION= 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.5:${PORTSDIR}/devel/gettext-old
USE_BZIP2= yes
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -fPIC"
.include <bsd.port.mk>
|