freebsd-ports/devel/buildtool/Makefile
Oliver Braun f0aab0e8a3 - Install some documentation
- Respect NOPORTDOCS
- Use HAS_CONFIGURE and CONFIGURE_ARGS instead of redefining
  do-configure target

PR:		ports/52502
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	maintainer
2003-05-21 15:59:29 +00:00

32 lines
686 B
Makefile

# New ports collection makefile for: buildtool
# Date created: Tue Aug 27 22:11:08 PDT 2002
# Whom: Jos Backus <jos@catnook.com>
#
# $FreeBSD$
#
PORTNAME= buildtool
PORTVERSION= 0.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jos@catnook.com
COMMENT= A set of portable software build utilities
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -p ${PREFIX}
.if defined(NOPORTDOCS)
CONFIGURE_ARGS+= -n doc
.endif
MAN1= buildtool.1
DOCS= CHANGES PEOPLE README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>