1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/math/galculator/Makefile
Christian Weisgerber 43de3ec587 (1) Try to deinstall some locale directories not listed in BSD.local.dist.
(2) Attempt to fix build on 4.x, whose ancient perl still requires a
    mode argument to mkdir().

PR:		101487
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru> (1), pointyhat (2)
2006-08-07 16:46:12 +00:00

28 lines
565 B
Makefile

# New ports collection makefile for: galculator
# Date created: 2003-06-26
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= galculator
PORTVERSION= 1.2.5.2
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
COMMENT= GTK2-based scientific calculator
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= libglade2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= galculator.1
.include <bsd.port.mk>