aboutsummaryrefslogtreecommitdiffstats
path: root/irc/epic4/Makefile
blob: f9eb6f16453e291133c2b9d1156df085461c9124 (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
24
25
26
27
28
29
30
# New ports collection makefile for:    IrcII-EPIC Client
# Version required: 2.8.2-EPIC3.004
# Date created:     19 June 1997
# Whom:         Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.3 1998/04/17 23:26:28 mph Exp $
#

DISTNAME=   ircii2.8.2-EPIC3.004
PKGNAME=    ircii-epic-2.8.2.3.004
CATEGORIES= net
MASTER_SITES=   http://www.min.net/~douglas/ircii/
DISTFILES=  ircii2.8.2-EPIC3.004.tar.gz ircii2.8.2-EPIC3.help.tar.gz

MAINTAINER= mph@freebsd.org

EXTRACT_ONLY=   ircii2.8.2-EPIC3.004.tar.gz
GNU_CONFIGURE=  yes
WRKSRC=     ${WRKDIR}/ircii-EPIC3.004

do-install:
        (cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
            INSTALL_DATA="${INSTALL_DATA}" install)

post-install:
        (cd $(PREFIX)/lib/irc && tar xzf $(DISTDIR)/ircii2.8.2-EPIC3.help.tar.gz)
        # Distfile has wrong permissions for...
        chmod 644 $(PREFIX)/lib/irc/help/ON/SILENCE

.include <bsd.port.mk>