1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/mm/Makefile
Dmitry Sivachenko 97f4efc14e Update to version 1.3.0.
Approved by:	maintainer
2003-07-24 13:42:19 +00:00

29 lines
534 B
Makefile

# New ports collection makefile for: mm
# Date Created: 14 March 1999
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
PORTNAME= mm
PORTVERSION= 1.3.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/
MAINTAINER= rse@engelschall.com
COMMENT= Shared memory allocation library for pre-forked process models
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>