1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/math/gdcalc/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
458 B
Makefile

# Created by: Jan Srocker <Jan.Stocker@t-online.de>
# $FreeBSD$
PORTNAME= gdcalc
PORTVERSION= 2.15
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome-based scientific calculator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/bin/gunits:math/units
USES= pkgconfig
USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
LDFLAGS+= -lm
.include <bsd.port.mk>