1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/misc/kwatch/Makefile
Satoshi Asami 4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00

27 lines
663 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.5 1998/08/30 18:12:41 steve Exp $
#
DISTNAME= kwatch-0.3
CATEGORIES= misc x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.0/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>