freebsd-ports/math/drgeo/Makefile
Raphael Kubo da Costa 0b39c99dba Fix the build with GCC 6.
While here, drop USE_GCC=yes, as the port was verified to build with clang on
both HEAD-amd64 and 10.3-i386.

PR:		219288
Approved by:	maintainer timeout (amdmi3, 18 days)
2017-08-12 13:21:07 +00:00

27 lines
603 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= drgeo
PORTVERSION= 1.1.0
PORTREVISION= 20
CATEGORIES= math
MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= GTK interactive geometry software
LIB_DEPENDS= libguile.so:lang/guile
GNU_CONFIGURE= yes
USES= gettext gmake pkgconfig pathfix
USE_GNOME= gnomeprefix intlhack libglade2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTDATA= *
post-patch:
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \
${WRKSRC}/plugin/drgeo/progs/tm_drgeo
.include <bsd.port.mk>