summaryrefslogtreecommitdiff
path: root/news/tin/Makefile
blob: 4a4ab9aee1476e7c6a392224406cc49e39b5e926 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:	tin
# Version required:	1.2pl2
# Date created:		29 Jun 1995
# Whom:			peter@haywire.dialix.oz.au
#
# $Id: Makefile,v 1.1.1.1 1995/07/01 10:07:17 asami Exp $
#

DISTNAME=	tin-1.22
CATEGORIES+=	news
MASTER_SITES=	ftp://ftp.germany.eu.net/pub/news/newsreader/unix/tin/

ALL_TARGET=     freebsd

post-install:
	gzip -9nf ${PREFIX}/man/man1/tin.1

.include <bsd.port.mk>