mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8a5f39c621
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)
24 lines
421 B
Makefile
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>
|