openbsd-ports/comms/bpl+/Makefile

21 lines
438 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2000/05/27 23:33:07 espie Exp $
1997-12-31 13:36:18 -05:00
DISTNAME= bpl+
PKGNAME= bpl+-1.0
CATEGORIES= comms
FAKE= Yes
1997-12-31 13:36:18 -05:00
MAINTAINER= ports@openbsd.org
BROKEN="Tmpnam() warning is a genuine problem"
1997-12-31 13:36:18 -05:00
2000-03-13 19:24:55 -05:00
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= Yes
1997-12-31 13:36:18 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin
@ln -fs bpl ${PREFIX}/bin/bp
1997-12-31 13:36:18 -05:00
.include <bsd.port.mk>