Files
ports/math/drgeo/Makefile
T
2025-06-30 11:04:22 +02:00

28 lines
625 B
Makefile

PORTNAME= drgeo
PORTVERSION= 1.1.0
PORTREVISION= 27
CATEGORIES= math
MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= GTK interactive geometry software
WWW= http://www.ofset.org/drgeo/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang gettext gmake gnome guile:1.8 \
localbase:ldflags pathfix pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix intlhack libglade2
CXXFLAGS+= -Wno-reserved-user-defined-literal
PORTDATA= *
post-patch:
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \
${WRKSRC}/plugin/drgeo/progs/tm_drgeo
.include <bsd.port.mk>