openbsd-ports/devel/libuta/Makefile
pvalchev 8ebfc517b1 Update to libuta-0.3.40
* fixed mousepointer transparency bug
* uta/surface.cc : bugfix for segfault when using scaledBlit()
with source and target having the same size
* uta/widget.cc, uta/focus.* : fixed focus handling bug
2001-08-20 06:40:52 +00:00

44 lines
1.1 KiB
Makefile

# $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 \
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>