4e9d0c3a71
- Bump PORTREVISION Noticed by: kris Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (marcus)
17 lines
370 B
Makefile
17 lines
370 B
Makefile
# New ports collection makefile for: kdelibs3-nocups
|
|
# Date created: Tue 25 Jan 2005
|
|
# Whom: Michael Nottebrock
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME?= kdelibs3
|
|
PORTREVISION= 5
|
|
PKGNAMESUFFIX?= -nocups
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
WITHOUT_CUPS= yes
|
|
MASTERDIR= ${.CURDIR}/../../x11/kdelibs3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|