blob: 7ffadeb0f62cb54524446f2e71046c3983cff120 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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"
|