585f07aff3
for a long time, not to mention upstream. Discussed a while ago among the KDE/FreeBSD team.
16 lines
355 B
Makefile
16 lines
355 B
Makefile
# New ports collection makefile for: kdelibs3-nocups
|
|
# Date created: Tue 25 Jan 2005
|
|
# Whom: Michael Nottebrock
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME?= kdelibs3
|
|
PKGNAMESUFFIX?= -nocups
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
WITHOUT_CUPS= yes
|
|
MASTERDIR= ${.CURDIR}/../../x11/kdelibs3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|