mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dbc8aa6cc1
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
26 lines
543 B
Makefile
26 lines
543 B
Makefile
# New ports collection makefile for: slirp
|
|
# Version required: 1.0c
|
|
# Date created: 25 Aug 1995
|
|
# Whom: Alain Kalker <A.C.P.M.Kalker@student.utwente.nl>
|
|
#
|
|
# $Id: Makefile,v 1.9 1998/10/14 01:18:49 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= slirp-1.0c
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/
|
|
|
|
MAINTAINER= A.C.P.M.Kalker@student.utwente.nl
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 300000
|
|
BROKEN= tcp_subr.c
|
|
.endif
|
|
|
|
WRKSRC= ${WRKDIR}/slirp-1.0c/src
|
|
HAS_CONFIGURE= yes
|
|
MAN1= slirp.1
|
|
|
|
.include <bsd.port.post.mk>
|