1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/cbind/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

36 lines
920 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
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>