5a9a758601
ParaGUI is a cross-platform high-level application framework and GUI (graphical user interface) library. It can be compiled on various platforms. ParaGUI's cross-platform nature is completely based on the Simple DirectMedia Layer (SDL). WWW: http://www.bms-austria.com/projects/paragui/
31 lines
708 B
Makefile
31 lines
708 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/01 06:39:58 pvalchev Exp $
|
|
|
|
COMMENT= "cross-platform high-level application framework"
|
|
|
|
VERSION= 0.7.0
|
|
DISTNAME= paragui-${VERSION}
|
|
CATEGORIES= x11 devel
|
|
NEED_VERSION= 1.432
|
|
|
|
HOMEPAGE= http://www.bms-austria.com/projects/paragui/
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/
|
|
|
|
LIB_DEPENDS= SDL.0.3:sdl-*-!no_x11:devel/sdl \
|
|
SDL_ttf.0.3:sdl-ttf-*:devel/sdl-ttf
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|