freebsd-ports/news/inn-stable/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

21 lines
448 B
Makefile

# New ports collection makefile for: inn
# Version required: 1.4
# Date created: 20 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.1.1.1 1994/10/23 01:42:20 torstenb Exp $
#
DISTNAME= inn1.4sec
NO_WRKSUBDIR= YES
MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/
CATEGORIES+= news
EXTRACT_SUFX= .tar.Z
pre-install:
mkdir -p ${PREFIX}/etc
mkdir -p ${PREFIX}/bin
mkdir -p ${PREFIX}/man
mkdir -p ${PREFIX}/news
.include <bsd.port.mk>