openbsd-ports/audio/knapster/Makefile
heko 0e36dadb66 o Instead of copying the "virtual memory exhausted" warning for each
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok
2001-11-11 13:57:32 +00:00

40 lines
951 B
Makefile

# $OpenBSD: Makefile,v 1.12 2001/11/11 13:57:32 heko Exp $
COMMENT= "Napster client for KDE 2"
VERSION= 0.3
DISTNAME= knapster2-${VERSION}
CATEGORIES= audio
NEED_VERSION= 1.489
HOMEPAGE= http://knapster.sourceforge.net/
MAINTAINER= Flinn Mueller <flinn@activeintra.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= knapster
LIB_DEPENDS= kdecore.3::x11/kde/libs2
BUILD_DEPENDS= ::x11/qt2-designer
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-qt-includes=${LOCALBASE}/include/X11/qt2
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
CONFIGURE_ENV= MOC=${LOCALBASE}/bin/moc2
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/admin
VMEM_WARNING= Yes
.include <bsd.port.mk>