blob: 9d2066fbea6e63b3044d35b2f17374f2608bea04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: rmsg
# Version required: 1.64
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.2 1995/11/27 04:05:29 asami Exp $
#
DISTNAME= rmsg-1.64
CATEGORIES= net
MASTER_SITES= ftp://ftp.funet.fi/pub/networking/tcpip/ \
ftp://proton.elka.pw.edu.pl/pub/unix/network/
WRKSRC= ${WRKDIR}/rmsg
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/rmsg.1 ${PREFIX}/man/man8/rmsgd.8
.endif
.include <bsd.port.mk>
|