openbsd-ports/devel/libuta/Makefile
espie 04d06f7b44 bump C++ shared libs after typedef changes.
note that all SDL libs link with supc++ (potentially, and thus are affected)
-> don't take a chance, bump.
2006-01-13 23:40:22 +00:00

43 lines
1007 B
Makefile

# $OpenBSD: Makefile,v 1.19 2006/01/13 23:40:23 espie Exp $
COMMENT= "graphical user interface library for C++"
DISTNAME= libuta-0.4.4
PKGNAME= ${DISTNAME}p2
SHARED_LIBS= uta 42.0
MODGNU_SHARED_LIBS= uta ''
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
WANTLIB= SDL X11 Xext m mikmod ogg pthread stdc++ usbhid \
vorbis vorbisfile z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libuta/}
LIB_DEPENDS= smpeg.1.3::devel/smpeg \
SDL_mixer::devel/sdl-mixer \
png.2::graphics/png \
sigc.0.0:libsigc++-1.*:devel/libsigc++ \
ttf.1.3::print/freetype
USE_LIBTOOL= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1 -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
VMEM_WARNING= Yes
.include <bsd.port.mk>