1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/xmountains/Makefile
Florent Thoumie 891d746874 Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.

Approved by:	portmgr (self)
2008-05-13 10:27:09 +00:00

27 lines
525 B
Makefile

# New ports collection makefile for: xmountains
# Date created: 16 November 1996
# Whom: proff@iq.org
#
# $FreeBSD$
#
PORTNAME= xmountains
PORTVERSION= 2.7
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www2.epcc.ed.ac.uk/~spb/xmountains/ \
GENTOO/distfiles
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 based fractal landscape generator
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= xbitmaps x11 xext
MAN6= xmountains.6
PLIST_FILES= bin/xmountains
.include <bsd.port.mk>