mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
4bd911cd8a
Submitted by: Alain Kalker <alain@Wit401402.student.utwente.nl>
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# New ports collection makefile for: slirp
|
|
# Version required: 0.95f
|
|
# Date created: 25 Aug 1995
|
|
# Whom: Alain Kalker <alain@Wit401402.student.utwente.nl>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= slirp-0.95f
|
|
CATEGORIES+= networking
|
|
MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/ \
|
|
ftp://freedom.wit.com/misc4/danjo/SLiRP/
|
|
|
|
MAINTAINER= alain@Wit401402.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>
|