Upgrade to 2.4, and use GMAKE+GNU_CONFIGURE.
Reminded By: Justin Honold <jhonold@bigfoot.com>
This commit is contained in:
parent
68169bb87b
commit
29cc898972
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16990
3 changed files with 12 additions and 9 deletions
|
@ -1,21 +1,24 @@
|
|||
# New ports collection makefile for: muh
|
||||
# Version required: 2.02
|
||||
# Version required: 2.04
|
||||
# Date created: 25 Sept 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $Id: $
|
||||
# $Id: Makefile,v 1.1.1.1 1999/01/30 02:04:01 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= muh2.02
|
||||
PKGNAME= muh-2.02
|
||||
DISTNAME= muh2.04
|
||||
PKGNAME= muh-2.04
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.riot.org/releases/misc/
|
||||
MASTER_SITES= http://mind.riot.org/muh/download/
|
||||
|
||||
MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/muh ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/muhrc ${PREFIX}/share/skel/dot.muhrc
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (muh2.02.tar.gz) = bc104828ed07d46a0b55ab84734bfb38
|
||||
MD5 (muh2.04.tar.gz) = 4b9400275fa3f31cefe43f1e24e6e629
|
||||
|
|
|
@ -2,4 +2,4 @@ muh is a smart irc-bouncing-tool that remains on IRC all the time.
|
|||
You can take control over your nick by connecting to muh with an IRC
|
||||
client that is able to supply a password for the server connection.
|
||||
|
||||
http://www.riot.org/muh/
|
||||
http://mind.riot.org/muh/
|
||||
|
|
Loading…
Reference in a new issue