freebsd-ports/graphics/xmountains/Makefile
Baptiste Daroussin da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00

34 lines
779 B
Makefile

# Created by: proff@iq.org
# $FreeBSD$
PORTNAME= xmountains
PORTVERSION= 2.9
CATEGORIES= graphics
MASTER_SITES= http://www2.epcc.ed.ac.uk/~spb/xmountains/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 based fractal landscape generator
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-11-26
NO_WRKSUBDIR= yes
USE_XORG= xbitmaps x11
MAN6= ${PORTNAME}.6
PLIST_FILES= bin/${PORTNAME}
post-extract:
@${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6
do-build:
cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include *.c \
-o ${PORTNAME} -L${LOCALBASE}/lib -lX11 -lm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>