openbsd-ports/x11/kde/libs/Makefile
brad 60638a18ac - add HOMEPAGE
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
- @exec /sbin/ldconfig -> DYNLIBDIR
2000-07-01 01:52:19 +00:00

45 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.15 2000/07/01 01:52:19 brad Exp $
# Original Author: Yanick Cote <yanick@fries.net>
DISTNAME= kdelibs-1.1.2
CATEGORIES= x11
NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/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@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_BZIP2= 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>