2935daf490
Errors logs available at http://portsmon.freebsd.org/portoverview.py?category=net&portname=slirp
32 lines
609 B
Makefile
32 lines
609 B
Makefile
# Created by: Alain Kalker <A.C.P.M.Kalker@student.utwente.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= slirp
|
|
PORTVERSION= 1.0.16
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A (C)SLIP/PPP emulator for users with shell accounts
|
|
|
|
BROKEN= Does not build
|
|
|
|
# serious LP64 issues
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
USES= perl5
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= slirp.1
|
|
PLIST_FILES= bin/slirp
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1
|
|
|
|
.include <bsd.port.mk>
|