mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
2fd31ca957
PR: 54829 Submitted by: Jos Backus <jos@catnook.com> Approved by: fjoe (mentor) (implicit)
30 lines
634 B
Makefile
30 lines
634 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.12
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= sergei@kolobov.com
|
|
COMMENT= A set of portable software build utilities
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= -p ${PREFIX}
|
|
|
|
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>
|