freebsd-ports/devel/cbind/Makefile
Pav Lucistnik 07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00

37 lines
942 B
Makefile

# New ports collection makefile for: cbind
# Date created: 23 December 2002
# Whom: David Holm <david@realityrift.com>
#
# $FreeBSD$
#
PORTNAME= cbind
PORTVERSION= 6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.kuleuven.ac.be/pub/Ada-Belgium/cdrom/ase02_02/tools/cbind/ \
ftp://ftp.cnam.fr/pub2/Ada/PAL/swtools/cbind/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= david@realityrift.com
COMMENT= Translator for "thin" Ada bindings to C
USE_ZIP= yes
MAKE_JOBS_UNSAFE= yes
MAN1= cbind.1
${WRKSRC}= ${WRKDIR}/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cbind ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/cbfe ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/cbpp ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/cbind.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/DOCS ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>