openbsd-ports/net/ircii-epic/Makefile

21 lines
580 B
Makefile
Raw Normal View History

1999-03-30 01:18:31 -05:00
# $OpenBSD: Makefile,v 1.3 1999/03/30 06:18:31 brad Exp $
1997-11-14 19:04:24 -05:00
DISTNAME= ircii2.8.2-EPIC3.004
PKGNAME= ircii-2.8.2-epic3.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
1999-03-30 01:18:31 -05:00
MAINTAINER= brad@openbsd.org
1997-11-14 19:04:24 -05:00
EXTRACT_ONLY= ircii2.8.2-EPIC3.004.tar.gz
GNU_CONFIGURE= yes
1999-03-30 01:18:31 -05:00
WRKSRC= ${WRKDIR}/ircii-EPIC3.004
1997-11-14 19:04:24 -05:00
post-install:
1999-03-30 01:18:31 -05:00
(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
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>