summaryrefslogblamecommitdiff
path: root/net/slirp/Makefile
blob: e0f588d0c59665645c2cd5f01e27ef78794a497c (plain) (tree)
1
2
3
4
5
6
7
8
9


                                             
                                                                        
 
                                                     

 
                           
                          


                                                          
                                                 







                                            

                      
# New ports collection makefile for:	slirp
# Version required:	0.95f
# Date created:		25 Aug 1995
# Whom:			Alain Kalker <A.C.P.M.Kalker@student.utwente.nl>
#
# $Id: Makefile,v 1.3 1995/08/26 07:47:36 asami Exp $
#

DISTNAME=	slirp-0.95f
CATEGORIES+=	networking
MASTER_SITES=	ftp://blitzen.canberra.edu.au/pub/slirp/ \
		ftp://freedom.wit.com/misc4/danjo/SLiRP/

MAINTAINER=	A.C.P.M.Kalker@student.utwente.nl

WRKSRC=		${WRKDIR}/slirp-0.95f/src
HAS_CONFIGURE=	yes

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/slirp.1
.endif

.include <bsd.port.mk>