Tweak lang/squirrel version 3.1
[dports.git] / lang / squirrel / Makefile
1 # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       squirrel
5 DISTVERSION=    3_1
6 CATEGORIES=     lang
7 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}3/${PORTNAME}%20${PORTVERSION}%20stable
8 DISTNAME=       ${PORTNAME}_${DISTVERSION}_stable
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        High level imperative/OO programming language
12
13 CONFLICTS=      squsq-[0-9]*
14
15 BROKEN_powerpc64=       fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
16
17 USES=           cmake dos2unix
18 CMAKE_ARGS=     -DINSTALL_INC_DIR:STRING=include
19 USE_LDCONFIG=   yes
20 WRKSRC=         ${WRKDIR}/${PORTNAME}3
21
22 .include <bsd.port.mk>