freebsd-ports/news/atp/Makefile
Muhammad Moinur Rahman 1ef9f36a40
news/atp: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 12:32:34 +01:00

24 lines
487 B
Makefile

PORTNAME= atp
PORTVERSION= 1.50
PORTREVISION= 3
CATEGORIES= news
MASTER_SITES= SUNSITE/system/bbs/mail
DISTFILES= ${DISTNAME}-src.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= QWK message packet reader and composer for FreeBSD
RUN_DEPENDS= zip:archivers/zip
USES= gmake perl5
USE_PERL5= run
GNU_CONFIGURE= yes
SUB_FILES= pkg-message
post-patch:
.for i in atphome bindir mandir
${REINPLACE_CMD} -e 's,$$($i),$$(DESTDIR)&,g' \
${WRKSRC}/Makefile.in
.endfor
.include <bsd.port.mk>