1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/lang/afnix/Makefile

36 lines
734 B
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= afnix
PORTVERSION= 1.0.3
CATEGORIES= lang
MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g}
DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g}
EXTRACT_SUFX= .tgz
MAINTAINER= johans@stack.nl
COMMENT= A multi-threaded functional programming language
USE_GMAKE= yes
INSTALLS_SHLIB= yes
PLIST_SUB= PORTVER=${PORTVERSION:R}
2001-03-10 18:53:20 +00:00
MAN1= afnix.1 axc.1 axd.1 axl.1
.include <bsd.port.pre.mk>
do-configure:
@${WRKSRC}/cnf/bin/${PORTNAME}-setup -o
post-install:
@${STRIP_CMD} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.post.mk>