mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
e5965eefa9
(1) Don't use += for CATEGORIES. (2) Add MAN8 to compress nntpcache.8. (3) Remove port name from front of pkg/COMMENT. (4) List config files in pkg/PLIST. (5) Name of manpage is nntpcache.8, not nntpcached.8.
19 lines
390 B
Makefile
19 lines
390 B
Makefile
# New ports collection makefile for: nntpcache
|
|
# Version required: 1.0.1
|
|
# Date created: 6 January 1997
|
|
# Whom: proff@suburbia.net
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/01/06 15:28:33 peter Exp $
|
|
#
|
|
|
|
DISTNAME= nntpcache-1.0.1
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/
|
|
|
|
MAINTAINER= nntpcache@nntpcache.org
|
|
|
|
GNU_CONFIGURE= TRUE
|
|
MAN8= nntpcache.8
|
|
|
|
.include <bsd.port.mk>
|