aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmountains/Makefile
blob: bb218a144675b4fcc7efd4a879a406fd9ce7685f (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
31
32
33
34
35
# Created by: proff@iq.org

PORTNAME=	xmountains
PORTVERSION=	2.10
CATEGORIES=	graphics x11
MASTER_SITES=	https://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \
		https://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig

MAINTAINER=	ak@FreeBSD.org
COMMENT=	X11 based fractal landscape generator

WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}

USES=		xorg
USE_XORG=	xbitmaps x11

PLIST_FILES=	bin/${PORTNAME} \
		man/man6/${PORTNAME}.6.gz

CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib

post-extract:
	@${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6

do-build:
	(cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} \
		calcalt.c random.c  artist.c xmountains.c X_graphics.c print_alg.c \
		-lX11 -lm -o ${PORTNAME})

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6

.include <bsd.port.mk>