openbsd-ports/net/slirp/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

28 lines
576 B
Makefile

# $OpenBSD: Makefile,v 1.20 2010/07/12 22:07:42 sthen Exp $
COMMENT= SLIP/CSLIP emulator for users with shell accounts
V= 1.0c
DISTNAME= slirp-${V}
REVISION= 1
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
WANTLIB= c
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>