2010-11-15 19:45:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2010/11/15 19:46:00 espie Exp $
|
2001-07-28 07:16:23 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= graphical user interface library for C++
|
2001-07-28 07:16:23 +00:00
|
|
|
|
2005-11-11 21:19:13 +00:00
|
|
|
DISTNAME= libuta-0.4.4
|
2010-11-15 19:45:56 +00:00
|
|
|
REVISION = 8
|
2006-01-13 23:40:22 +00:00
|
|
|
SHARED_LIBS= uta 42.0
|
2005-12-23 17:02:46 +00:00
|
|
|
MODGNU_SHARED_LIBS= uta ''
|
|
|
|
|
2001-07-28 07:16:23 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
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
|
2005-11-17 21:15:35 +00:00
|
|
|
|
2007-04-14 21:20:19 +00:00
|
|
|
WANTLIB= SDL X11 Xau Xdmcp Xext m mikmod ogg pthread stdc++ usbhid \
|
2009-08-10 06:29:51 +00:00
|
|
|
Xrandr Xrender iconv sndio vorbis vorbisfile z \
|
2010-11-15 19:45:56 +00:00
|
|
|
pthread-stubs xcb smpeg>=1.3 SDL_mixer png>=2 \
|
|
|
|
sigc ttf>=1.3
|
2001-07-28 07:16:23 +00:00
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libuta/}
|
2001-07-28 07:16:23 +00:00
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
LIB_DEPENDS= devel/smpeg \
|
|
|
|
devel/sdl-mixer \
|
|
|
|
graphics/png \
|
|
|
|
libsigc++->=1,<2:devel/libsigc++ \
|
|
|
|
print/freetype
|
2001-07-28 07:16:23 +00:00
|
|
|
|
2005-11-02 20:44:56 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2001-07-28 07:16:23 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2003-04-19 13:30:47 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1 -I${LOCALBASE}/include/libpng" \
|
2002-05-27 02:50:14 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-07-28 07:16:23 +00:00
|
|
|
|
2001-11-11 13:57:32 +00:00
|
|
|
VMEM_WARNING= Yes
|
2001-07-28 17:28:26 +00:00
|
|
|
|
2001-07-28 07:16:23 +00:00
|
|
|
.include <bsd.port.mk>
|