1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/kwatch/Makefile
Steve Price 522099a19d New location on MASTER_SITE.
PR:		10212
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-15 01:58:39 +00:00

27 lines
649 B
Makefile

# New ports collection makefile for: kwatch
# Version required: Beta4
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <zerium@webindex.no>
#
# $Id: Makefile,v 1.9 1998/11/21 07:27:38 steve Exp $
#
DISTNAME= kwatch-0.3
CATEGORIES= misc kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1/apps/utils
MAINTAINER= zerium@webindex.no
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore.1:${PORTSDIR}/x11/kdelibs \
kdeui.1:${PORTSDIR}/x11/kdelibs
USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
.include <bsd.port.mk>