2001-03-06 17:50:10 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: aleph
|
|
|
|
# Date created: Mar 7, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-02-19 19:54:55 +00:00
|
|
|
PORTNAME= afnix
|
2005-04-20 13:39:17 +00:00
|
|
|
PORTVERSION= 1.0.3
|
2001-03-06 17:50:10 +00:00
|
|
|
CATEGORIES= lang
|
2005-02-19 19:54:55 +00:00
|
|
|
MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/
|
2001-03-06 17:50:10 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g}
|
|
|
|
DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g}
|
2005-02-19 19:54:55 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2001-03-06 17:50:10 +00:00
|
|
|
|
2005-02-19 19:54:55 +00:00
|
|
|
MAINTAINER= johans@stack.nl
|
2003-12-11 14:37:30 +00:00
|
|
|
COMMENT= A multi-threaded functional programming language
|
2001-03-06 17:50:10 +00:00
|
|
|
|
2001-04-14 11:01:23 +00:00
|
|
|
USE_GMAKE= yes
|
2001-03-06 17:50:10 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2001-04-14 11:01:23 +00:00
|
|
|
PLIST_SUB= PORTVER=${PORTVERSION:R}
|
2001-03-10 18:53:20 +00:00
|
|
|
|
2005-02-19 19:54:55 +00:00
|
|
|
MAN1= afnix.1 axc.1 axd.1 axl.1
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2001-03-06 17:50:10 +00:00
|
|
|
|
|
|
|
do-configure:
|
2005-02-19 19:54:55 +00:00
|
|
|
@${WRKSRC}/cnf/bin/${PORTNAME}-setup -o
|
2001-03-06 17:50:10 +00:00
|
|
|
|
2001-04-14 11:01:23 +00:00
|
|
|
post-install:
|
2005-02-19 19:54:55 +00:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/${PORTNAME}
|
2001-04-14 11:01:23 +00:00
|
|
|
|
2005-02-19 19:54:55 +00:00
|
|
|
.include <bsd.port.post.mk>
|