2000-11-01 15:44:19 +00:00

45 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.18 2000/11/01 15:44:24 kevlo Exp $
# Original Author: Yanick Cote <yanick@fries.net>
DISTNAME= kdelibs-1.1.2
CATEGORIES= x11
NEED_VERSION= 1.330
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= Attic/old/1.1.2/distribution/tar/generic/source/bz2
EXTRACT_SUFX= .tar.bz2
DIST_SUBDIR= kde
HOMEPAGE= http://www.kde.org/
BUILD_DEPENDS= msgfmt::devel/gettext
LIB_DEPENDS= qt.1.45::x11/qt \
gif.4.1::graphics/giflib \
jpeg.62::graphics/jpeg \
png.1::graphics/png \
tiff.35::graphics/tiff
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static \
--with-qt-includes="${LOCALBASE}/include/X11/qt" \
--with-qt-libraries="${LOCALBASE}/lib"
pre-build:
@echo ""
@echo "*** WARNING: you may see an error such as"
@echo "*** virtual memory exhausted"
@echo "*** when building this package. If you do you must increase"
@echo "*** your limits. See the man page for your shell and look"
@echo "*** for the 'limit' or 'ulimit' command."
@echo ""
.include <bsd.port.mk>