35 lines
854 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.30 2000/12/13 14:37:08 brad Exp $
1999-03-07 02:13:13 +00:00
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
2000-09-16 04:04:27 +00:00
VERSION= 1.0c17
2000-08-15 22:48:19 +00:00
DISTNAME= BitchX-${VERSION}
PKGNAME= bitchx-${VERSION}p1
1999-03-07 02:13:13 +00:00
CATEGORIES= net
NEED_VERSION= 1.336
2000-01-30 06:00:54 +00:00
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://ftp.bitchx.org/pub/BitchX/source/ \
2000-01-30 06:00:54 +00:00
ftp://bitchx.dimension6.com/pub/BitchX/source/
2000-09-24 07:03:59 +00:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-07 02:13:13 +00:00
PERMIT_PACKAGE_CDROM= Yes
2000-03-22 22:39:39 +00:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-22 22:39:39 +00:00
PERMIT_DISTFILES_FTP= Yes
2000-08-15 22:48:19 +00:00
SUBST_VARS= VERSION
SEPARATE_BUILD= concurrent
2000-02-17 07:25:19 +00:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
1999-03-07 02:13:13 +00:00
2000-03-25 08:34:48 +00:00
FAKE_FLAGS= INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/BitchX
1999-03-07 02:13:13 +00:00
post-install:
2000-08-15 22:48:19 +00:00
@cd ${PREFIX}/bin && ln -sf BitchX-${VERSION} BitchX
@chown -R root.wheel ${PREFIX}/share/bitchx
1999-03-07 02:13:13 +00:00
.include <bsd.port.mk>