2001-08-20 02:40:52 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2001/08/20 06:40:52 pvalchev Exp $
|
2001-07-28 03:16:23 -04:00
|
|
|
|
|
|
|
COMMENT= "graphical user interface library for C++"
|
|
|
|
|
2001-08-20 02:40:52 -04:00
|
|
|
VERSION= 0.3.40
|
2001-07-28 03:16:23 -04:00
|
|
|
DISTNAME= libuta-${VERSION}
|
|
|
|
CATEGORIES= devel
|
2001-08-20 02:40:52 -04:00
|
|
|
NEED_VERSION= 1.440
|
2001-07-28 03:16:23 -04:00
|
|
|
|
|
|
|
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
|
2001-07-28 03:16:23 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2001-07-28 13:28:26 -04:00
|
|
|
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 ""
|
|
|
|
|
2001-07-28 03:16:23 -04:00
|
|
|
.include <bsd.port.mk>
|