1999-03-24 15:14:13 +01:00
|
|
|
# New ports collection makefile for: mm
|
|
|
|
# Date Created: 14 March 1999
|
|
|
|
# Whom: Ralf S. Engelschall
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-03-24 15:14:13 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= mm
|
2005-09-07 09:10:23 +02:00
|
|
|
PORTVERSION= 1.4.0
|
1999-03-24 15:14:13 +01:00
|
|
|
CATEGORIES= devel
|
2004-08-21 17:19:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_OSSP}
|
|
|
|
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
1999-03-24 15:14:13 +01:00
|
|
|
|
2005-09-16 19:58:32 +02:00
|
|
|
MAINTAINER= mnag@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Shared memory allocation library for pre-forked process models
|
1999-03-24 15:14:13 +01:00
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-03-24 15:14:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
1999-03-24 15:14:13 +01:00
|
|
|
|
|
|
|
MAN1= mm-config.1
|
|
|
|
MAN3= mm.3
|
|
|
|
|
1999-04-18 12:58:08 +02:00
|
|
|
post-build:
|
|
|
|
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
|
1999-03-24 15:14:13 +01:00
|
|
|
|
|
|
|
test:
|
|
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|