openbsd-ports/net/slirp/Makefile
avsm 367c03fc4b almost every sscanf in this package is an off-by-one
couldn't find author to submit patches; dead project?
bump PKGNAME
2003-06-20 13:41:50 +00:00

27 lines
574 B
Makefile

# $OpenBSD: Makefile,v 1.17 2003/06/20 13:41:50 avsm Exp $
COMMENT= "SLIP/CSLIP emulator for users with shell accounts"
V= 1.0c
DISTNAME= slirp-${V}
PKGNAME= slirp-${V}p1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_BACKUP}
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/${DISTNAME}/src
CONFIGURE_STYLE= simple
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1
.include <bsd.port.mk>