1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/news/tin/Makefile

19 lines
403 B
Makefile
Raw Normal View History

# New ports collection makefile for: tin
# Version required: 1.2pl2
# Date created: 29 Jun 1995
# Whom: peter@haywire.dialix.oz.au
#
1996-03-03 13:19:58 +00:00
# $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/
1996-03-03 13:19:58 +00:00
ALL_TARGET= freebsd
post-install:
gzip -9nf ${PREFIX}/man/man1/tin.1
.include <bsd.port.mk>