openbsd-ports/x11/paragui/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

44 lines
1008 B
Makefile

# $OpenBSD: Makefile,v 1.12 2003/10/08 17:13:17 sturm Exp $
COMMENT= "cross-platform high-level application framework"
VERSION= 0.7.2
DISTNAME= paragui-${VERSION}
CATEGORIES= x11 devel
HOMEPAGE= http://www.bms-austria.com/projects/paragui/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
# LGPL
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/
BUILD_DEPENDS= :zip-*:archivers/zip
LIB_DEPENDS= SDL::devel/sdl \
SDL_ttf::devel/sdl-ttf \
SDL_image::devel/sdl-image
# gcc3
MODULES= gcc3
MODGCC3_ARCHES= sparc64
MODGCC3_LANGS+= c++
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/test
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
LIBS=-pthread
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
patch-*
.include <bsd.port.mk>