mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
224de7fb76
changing quite rapidly according to Peter. If someone is willing to maintain it, go ahead and upgrade. By the way, this is the 300th port. Congratulations Peter, you get any ten of the 300 ports for free! :) Submitted by: Peter Wemm <peter@haywire.DIALix.COM>
17 lines
327 B
Makefile
17 lines
327 B
Makefile
# New ports collection makefile for: tin
|
|
# Version required: 1.2pl2
|
|
# Date created: 29 Jun 1995
|
|
# Whom: peter@haywire.dialix.oz.au
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= tin-1.22
|
|
CATEGORIES+= news
|
|
MASTER_SITES= ftp://ftp.germany.eu.net/pub/news/newsreader/unix/tin/
|
|
|
|
post-install:
|
|
gzip -9nf ${PREFIX}/man/man1/tin.1
|
|
|
|
.include <bsd.port.mk>
|