1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/slirp/Makefile
Satoshi Asami dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
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.)
1998-11-11 05:37:39 +00:00

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>