1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/mudix/Makefile
Will Andrews 8a5f39c621 Add mudix to net category, moved from games. Also upgrade to version 3.2.
And fix building on 4.0+, which have ncurses in the base, but unfortunately
base ncurses is useless.

Noted by;	"Oleg V. Volkov" <rover@lglobus.ru>
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (fix for -current)
Approved by:	asami (in regards to no repo-copy)
2000-04-16 04:30:28 +00:00

24 lines
421 B
Makefile

# New ports collection makefile for: mudix
# Date created: 26 Mar 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mudix
PORTVERSION= 3.2
CATEGORIES= net
MASTER_SITES= http://dwizardry.dhs.org/mudix/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
WRKSRC= ${WRKDIR}/${DISTNAME}/src
ALL_TARGET= mudix
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
.include <bsd.port.mk>