mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
bade40d1c8
to build a cups-disabled kdelibs from the get-go by defining WITHOUT_CUPS or KDE_WITHOUT_CUPS during builds. Proposed and based on a patch submitted by: mi
17 lines
353 B
Makefile
17 lines
353 B
Makefile
# New ports collection makefile for: kdelibs3-nocups
|
|
# Date created: Tue 25 Jan 2005
|
|
# Whom: Michael Nottebrock
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME?= kdelibs3
|
|
PKGNAMESUFFIX?= -nocups
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
WITHOUT_CUPS= yes
|
|
MASTERDIR= ${.CURDIR}/../../x11/kdelibs3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|