1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/kdeutils11/Makefile
Will Andrews 042e4bf173 Change MAINTAINER to myself, and clean these ports up a little.
Approved by:	se (previous maintainer)
2000-05-17 11:37:43 +00:00

26 lines
611 B
Makefile

# New ports collection makefile for: kdeutils
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= kdeutils
PORTVERSION= 1.1.2
CATEGORIES= misc kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
USE_BZIP2= yes
USE_QT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-extra-includes=$(PREFIX)/include
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
.include <bsd.port.mk>