freebsd-ports/lang/polyml/Makefile
Martin Wilke b08635b913 - Pass maintainership to Timothy Beyer (beyert|at|cs.ucr.edu)
PR:		143994 143995 143996
Submitted by:	Timothy Bourke <timbob@bigpond.com> (maintainer)
Feature safe:	yes
2010-02-26 09:30:28 +00:00

35 lines
709 B
Makefile

# New ports collection makefile for: polyml
# Date created: 09 July 2005
# Whom: Timothy Bourke <timbob@bigpond.com>
#
# $FreeBSD$
#
PORTNAME= polyml
PORTVERSION= 5.2.1
CATEGORIES= lang
MASTER_SITES= SF
DISTNAME= ${PORTNAME}.${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= beyert.cs.ucr.edu
COMMENT= Fast open-source implementation of Standard ML
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
PLIST_FILES= bin/poly \
bin/polyimport \
lib/libpolymain.a \
lib/libpolymain.la \
lib/libpolyml.a \
lib/libpolyml.la \
lib/libpolyml.so \
lib/libpolyml.so.1
MAN1= poly.1 polyimport.1
MANCOMPRESSED= no
.include <bsd.port.mk>