1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/news/trn/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

22 lines
496 B
Makefile

# New ports collection makefile for: trn
# Version required: 3.6
# Date created: 21 October 1994
# Whom: smace
#
# $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $
#
DISTNAME= trn-3.6
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
CATEGORIES+= news
EXTRACT_SUFX= .tar.gz
DISTFILES= trn-3.6.tar.gz
IS_INTERACTIVE= yes
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>