1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/libmxp/Makefile
Martin Wilke d31100b6c6 - Update to 0.2.3
PR:		140306
Submitted by:	Florian Smeets <flo@kasimir.com>
2009-11-27 23:21:46 +00:00

24 lines
475 B
Makefile

# New ports collection makefile for: libmxp
# Date created: 2007-02-25
# Whom: Michael Nottebrock <lofi@kiste>
#
# $FreeBSD$
#
PORTNAME= libmxp
PORTVERSION= 0.2.3
CATEGORIES= net games textproc
MASTER_SITES= http://www.kmuddy.com/libmxp/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Parser for the MUD eXtension protocol
USE_CMAKE= yes
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|objformat=.*|objformat=elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>