mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
f3de147d9e
- there was no MAINTAINER line (I donno how it's porrible at all), so add MAINTAINER=ports@FreeBSD.org (sobomax). PR: 22451 Submitted by: PF
24 lines
487 B
Makefile
24 lines
487 B
Makefile
# New ports collection makefile for: kwatch
|
|
# Date created: 23 May 1998
|
|
# Whom: Hans Petter Bieker <zerium@webindex.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kwatch
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/admin/frontends
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
|
kdeui.3:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|