freebsd-ports/x11/kdelibs3-nocups/Makefile
Michael Nottebrock bade40d1c8 Rearrange the kdelibs3 and kdelibs3-nocups ports so that it's possible
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
2005-08-28 08:20:53 +00:00

16 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"