openbsd-ports/devel/libuta/Makefile

44 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2001/08/20 06:40:52 pvalchev Exp $
COMMENT= "graphical user interface library for C++"
VERSION= 0.3.40
DISTNAME= libuta-${VERSION}
CATEGORIES= devel
NEED_VERSION= 1.440
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
LIB_DEPENDS= smpeg.1.3:smpeg-*:devel/smpeg \
SDL_mixer.0.0:sdl-mixer-*:devel/sdl-mixer \
png.2:png-*:graphics/png \
2001-08-19 03:18:38 -04:00
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"
pre-configure:
@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>