24 lines
581 B
Makefile
Raw Normal View History

2000-02-11 00:37:15 +00:00
# $OpenBSD: Makefile,v 1.13 2000/02/11 00:37:32 espie Exp $
1999-03-07 02:13:13 +00:00
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
2000-01-30 06:00:54 +00:00
DISTNAME= BitchX-1.0c16
PKGNAME= bitchx-1.0c16
1999-03-07 02:13:13 +00:00
CATEGORIES= net
2000-01-30 06:00:54 +00:00
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://bitchx.dimension6.com/pub/BitchX/source/
2000-02-11 00:37:15 +00:00
NEED_VERSION= 1.191
1999-09-21 17:49:24 +00:00
1999-03-07 02:13:13 +00:00
MAINTAINER= brad@openbsd.org
SEPARATE_BUILD= concurrent
USE_GMAKE= yes
1999-03-07 02:13:13 +00:00
GNU_CONFIGURE= yes
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/BitchX
1999-03-07 02:13:13 +00:00
post-install:
@find ${PREFIX}/share/bitchx/help -name 'CVS' -print | xargs rm -rf
@chown -R root.wheel ${PREFIX}/share/bitchx
1999-03-07 02:13:13 +00:00
.include <bsd.port.mk>