freebsd-ports/lang/harbour/Makefile

94 lines
3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: harbour
# Date created: 9 May 2003
# Whom: David G. Holm <harbour@netfang.net>
#
# $FreeBSD$
#
PORTNAME= harbour
PORTVERSION= 0.43.2
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.jsd0.com/public/harbour/dgh/
MAINTAINER= harbour@netfang.net
COMMENT= An open source Clipper-compatible compiler
WRKSRC=${WRKDIR}
USE_BISON=yes
USE_FLEX=yes
USE_GMAKE=yes
NO_INSTALL_MANPAGES=yes
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
HB_DIR=${WRKDIR}/${PORTNAME}
2004-03-13 11:22:00 +01:00
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
IGNORE= Hangs during build on !i386
.endif
.if defined(NOPORTDOCS)
post-install:
${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbdoc ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbmake ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbpp ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbrun ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbtest ${PREFIX}/bin
${INSTALL_DATA} ${HB_DIR}/include/hb* ${PREFIX}/include
${INSTALL_DATA} ${HB_DIR}/lib/*.a ${PREFIX}/lib
.endif
-@echo
-@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@echo @
-@echo @ Executable files are installed in ${PREFIX}/bin.
-@echo @
-@echo @ Header files are installed in ${PREFIX}/include.
-@echo @
-@echo @ Library files are installed in ${PREFIX}/lib.
-@echo @
-@echo @ See pkg-plist for a list of all installed files.
-@echo @
-@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@echo
.else
post-install:
${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbdoc ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbmake ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbpp ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbrun ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbtest ${PREFIX}/bin
${INSTALL_PROGRAM} ${HB_DIR}/bin/hbverfix ${PREFIX}/bin
${INSTALL_DATA} ${HB_DIR}/include/hb* ${PREFIX}/include
${INSTALL_DATA} ${HB_DIR}/lib/*.a ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/doc/harbour
${INSTALL_MAN} ${HB_DIR}/doc/*.txt ${PREFIX}/share/doc/harbour
${MKDIR} ${PREFIX}/share/doc/harbour/en
${INSTALL_MAN} ${HB_DIR}/doc/en/*.txt ${PREFIX}/share/doc/harbour/en
${MKDIR} ${PREFIX}/share/doc/harbour/es
${INSTALL_MAN} ${HB_DIR}/doc/es/*.txt ${PREFIX}/share/doc/harbour/es
-@echo
-@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@echo @
-@echo @ Executable files are installed in ${PREFIX}/bin.
-@echo @
-@echo @ Header files are installed in ${PREFIX}/include.
-@echo @
-@echo @ Library files are installed in ${PREFIX}/lib.
-@echo @
-@echo @ Documentation files are installed in ${PREFIX}/share/doc/harbour,
-@echo @ ${PREFIX}/share/doc/harbour/en, and ${PREFIX}/share/doc/harbour/es.
-@echo @
-@echo @ See pkg-plist for a list of all installed files.
-@echo @
-@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@echo
.endif
2004-03-13 11:22:00 +01:00
.include <bsd.port.post.mk>