freebsd-ports/lang/aleph/Makefile

43 lines
1.0 KiB
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: aleph
# Date created: Mar 7, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aleph
2003-10-07 04:51:44 -04:00
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= lang
2003-10-07 04:51:44 -04:00
MASTER_SITES= http://www.aleph-lang.org/ftp/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g}
DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g}
2003-05-01 12:49:49 -04:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A multi-threaded functional programming language
USE_GMAKE= yes
MAKE_ARGS= CC="${CXX}" LD="${CXX}" LK="${CXX}" OPTCCFLAGS="${CXXFLAGS}" \
DYNCCFLAGS="-fPIC -DPIC" DEBUGFLAGS="" DBGDEFINES="" \
STDDEFINES="${PTHREAD_CFLAGS}" EXELDFLAGS="${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes
PLIST_SUB= PORTVER=${PORTVERSION:R}
2001-03-10 13:53:20 -05:00
2001-07-07 18:02:00 -04:00
MAN1= aleph.1 axc.1 axl.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)"
.endif
do-configure:
@(cd ${WRKSRC}; ./cnf/bin/aleph-setup -o)
post-install:
@${STRIP_CMD} ${PREFIX}/bin/aleph
.include <bsd.port.post.mk>