50ad588962
- Claim maintainership
24 lines
473 B
Makefile
24 lines
473 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@stack.nl
|
|
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>
|