1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/news/trn4/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

23 lines
547 B
Makefile

# New ports collection makefile for: trn
# Version required: 3.6
# Date created: 21 October 1994
# Whom: smace
#
# $Id: Makefile,v 1.8 1996/11/18 13:01:30 asami Exp $
#
DISTNAME= trn-3.6
CATEGORIES= news
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack
IS_INTERACTIVE= yes
MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>