mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
c857393ce1
- Remove WWW PR: ports/97825 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
30 lines
627 B
Makefile
30 lines
627 B
Makefile
# New ports collection makefile for: mudix
|
|
# Date created: 26 Mar 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mudix
|
|
PORTVERSION= 4.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://dw.nl.eu.org/mudix/ \
|
|
http://freebsd.unixfreunde.de/sources/ \
|
|
http://mirror2.unixfreunde.de/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ncurses-based MUD client with triggers, aliases, colors
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/mudix
|
|
ALL_TARGET= # none
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|-O -g|\@CFLAGS\@|g ; \
|
|
s|mudix.h conf.h||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|