freebsd-ports/misc/kwatch/Makefile
Maxim Sobolev f3de147d9e - Fix MASTER_SITES (PF);
- 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
2000-11-02 16:09:20 +00:00

23 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>