freebsd-ports/misc/terraform/Makefile
Gerald Pfeifer 89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00

48 lines
1.1 KiB
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= terraform
PORTVERSION= 0.9.5
DISTVERSIONPREFIX= src-
PORTREVISION= 5
CATEGORIES= misc gnome
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= gnome-
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive height field generation and manipulation program
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
BROKEN= Unfetchable (google code has gone away)
BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:devel/trio
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= autoreconf gettext gmake pathfix pkgconfig tar:tgz
USE_GCC= yes
USE_GNOME= libgnomeprintui libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s| desktop-links docs | |' \
${WRKSRC}/Makefile.am
post-install:
${INSTALL_DATA} ${WRKSRC}/desktop-links/Terraform.desktop \
${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/desktop-links/terraform.png \
${STAGEDIR}${PREFIX}/share/pixmaps
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in FAQ.sgml README.sgml UsersGuide.sgml i18n.txt
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>