aboutsummaryrefslogtreecommitdiffstats
path: root/net/libmxp/Makefile
blob: 962d9d932fbe614935c72c6639dd4fff09e653a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>