freebsd-ports/news/trn/Makefile
Andrey A. Chernov 0e51237669 Activate munpack
Use proper inews path
Upgrade config.sh to 3.6
1995-05-06 11:51:57 +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
CATEGORIES+= news
MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/
IS_INTERACTIVE= yes
EXEC_DEPENDS= munpack:${PORTSDIR}/mail/mpack
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>