freebsd-ports/devel/mm/Makefile
Rodrigo Osorio 877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00

27 lines
527 B
Makefile

# Created by: Ralf S. Engelschall
# $FreeBSD$
PORTNAME= mm
PORTVERSION= 1.4.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Shared memory allocation library for pre-forked process models
LICENSE= BSD
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmm.so
test:
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>