freebsd-ports/news/aub/Makefile

35 lines
740 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: aub
# Date created: Sun Oct 12, 1997
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
1999-08-30 16:33:04 +02:00
# $FreeBSD$
#
PORTNAME= aub
2002-09-11 17:04:14 +02:00
PORTVERSION= 2.1.3
CATEGORIES= news
2002-09-07 03:42:33 +02:00
MASTER_SITES= http://yukidoke.org/~mako/projects/aub/download/
MAINTAINER= obrien@FreeBSD.org
COMMENT= Assemble usenet binaries
NO_BUILD= yes
2002-09-11 17:04:14 +02:00
MAN1= aub.1 aubconf.1
2002-09-07 03:42:33 +02:00
DOC_FILES= COPYING README aubconf.example Introducing_AUB USAGE
do-install:
2002-09-07 03:42:33 +02:00
${INSTALL_SCRIPT} ${WRKSRC}/aub ${PREFIX}/bin
2002-09-11 17:04:14 +02:00
.for manpage in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/${manpage} ${MANPREFIX}/man/man1
.endfor
2002-09-07 03:42:33 +02:00
.if !defined(NOPORTDOCS)
2002-09-11 17:04:14 +02:00
${MKDIR} ${DOCSDIR}
2002-09-07 03:42:33 +02:00
.for doc in ${DOC_FILES}
2002-09-11 17:04:14 +02:00
${INSTALL_MAN} ${WRKSRC}/${doc} ${DOCSDIR}
2002-09-07 03:42:33 +02:00
.endfor
.endif
.include <bsd.port.mk>