aboutsummaryrefslogtreecommitdiff
path: root/games/eureka/Makefile
blob: 60b74d41f699154f658cc5e976cece7496b23239 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	eureka
DISTVERSION=	1.27b
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}-editor/Eureka/${PORTVERSION:R}
DISTNAME=	${PORTNAME}-${DISTVERSION}-source

MAINTAINER=	kalten@gmx.at
COMMENT=	Map editor for various Doom-derived games
WWW=		http://eureka-editor.sourceforge.net/

LICENSE=	GPLv2+

LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
		libfontconfig.so:x11-fonts/fontconfig \
		libpng.so:graphics/png

USES=		compiler:c++0x desktop-file-utils gl gmake jpeg xorg
USE_GL=		gl glu
USE_XORG=	x11 xcursor xext xfixes xft xinerama xpm xrender

PORTDOCS=	AUTHORS.txt CHANGES.txt README.txt TODO.txt

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>