mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ffd97a0193
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# New ports collection makefile for: libmxp
|
|
# Date created: 2007-02-25
|
|
# Whom: Michael Nottebrock <lofi@kiste>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmxp
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= net games textproc
|
|
MASTER_SITES= http://www.kmuddy.com/libmxp/files/
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= Parser for the MUD eXtension protocol
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|objformat=.*|objformat=elf|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|