openbsd-ports/devel/libuta/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

41 lines
971 B
Makefile

# $OpenBSD: Makefile,v 1.6 2001/11/11 13:57:32 heko Exp $
COMMENT= "graphical user interface library for C++"
VERSION= 0.3.40
DISTNAME= libuta-${VERSION}
CATEGORIES= devel
NEED_VERSION= 1.475
HOMEPAGE= http://libuta.sourceforge.net/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libuta
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltmain_sh \
patch-*
LIB_DEPENDS= smpeg.1.3:smpeg-*:devel/smpeg \
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer \
png.2:png-*:graphics/png \
sigc.0.0:libsigc++-*:devel/libsigc++ \
ttf.1.3:freetype-*:print/freetype
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
VMEM_WARNING= Yes
.include <bsd.port.mk>