# New ports collection makefile for:   mm
# Date Created:			14 March 1999
# Whom:				Ralf S. Engelschall
#
# $FreeBSD: ports/devel/mm/Makefile,v 1.25 2002/07/31 06:24:16 rse Exp $
#

PORTNAME=	mm
PORTVERSION=	1.2.1
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.ossp.org/pkg/lib/mm/

MAINTAINER=	rse@engelschall.com

INSTALLS_SHLIB=	yes
GNU_CONFIGURE=	yes

MAN1=		mm-config.1
MAN3=		mm.3

post-build:
	@${ECHO_MSG} "===>  Use 'make test' to run a quick test suite."

test:
	@cd ${WRKSRC} && ${MAKE} test

.include <bsd.port.mk>
