freebsd-ports/x11/kdelibs3-nocups/Makefile
Michael Nottebrock f584266c3e Add kdelibs-nocups, a cups-disabled version of kdelibs. This port/package
can be used as a drop-in replacement for kdelibs - no rebuilding of depen-
dencies necessary.
2005-02-06 12:16:01 +00:00

18 lines
386 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
MASTERDIR= ${.CURDIR}/../kdelibs3
CONFLICTS+= kdelibs-[0-9]*
CONFIGURE_ARGS+= --disable-cups
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"