1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/slirp/Makefile

25 lines
531 B
Makefile
Raw Normal View History

# 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
1995-04-15 05:42:12 +00:00
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>