aboutsummaryrefslogtreecommitdiffstats
path: root/math/xgfe/Makefile
blob: 5a39985da8f00919a492cddbd7719c1a1483dc41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    xgfe
# Date created:        24 March 1998
# Whom:                Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#

PORTNAME=   xgfe
PORTVERSION=    2.0
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mph

MAINTAINER= mph@freebsd.org

RUN_DEPENDS=    gnuplot:${PORTSDIR}/math/gnuplot

USE_QT=     yes
USE_X_PREFIX=   yes

MAKE_ENV=   X11BASE=$(X11BASE) PREFIX=$(PREFIX)
.if defined(NOPORTDOCS)
MAKE_ENV+=  NOPORTDOCS=$(NOPORTDOCS)
.endif

WRKSRC=     $(WRKDIR)/$(DISTNAME)/source

post-extract:
    cd $(WRKSRC) && ${RM} Makefile && ${LN} -s Makefile.freebsd-gcc Makefile

.include <bsd.port.mk>
* Fix bug in "edit" button handling.olgeni2003-03-232-0/+15 * Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriatelioux2003-03-231-2/+2 * Use a size_t to hold the result of sizeof() instead of an unsigned int.jhb2003-03-191-12/+14 * Correct a typo (s/LIB_DEPEND/LIB_DEPENDS).marcus2003-03-091-1/+2 * Clear moonlight beckons.ade2003-03-0748-24/+24 * - add stamp.makedinoex2003-03-051-0/+4 * - Fix build for CURRENTdinoex2003-03-052-1/+16 * Fix Build on CURRENT.arved2003-03-032-0/+53 * Create locale dirs.marcus2003-03-031-0/+2 * Add gucharmap, a Unicode character map and viewer built on GTK+ 2.marcus2003-03-035-0/+71 * Add ljcharm, a Python CLI interface to LiveJournal servers.marcus2003-03-035-0/+50 * De-uglify the locale installation (somewhat).adamw2003-03-011-27/+5 * Add gnotime, a time tracking application for the GNOME 2 desktop.marcus2003-03-015-0/+152 * Add rubrica, an addressbook for the GNOME 2 desktop.marcus2003-03-018-0/+247 * Update to current-snap-20030224yoichi2003-03-014-4/+4 * Add gdeskcal, a calendar for the GNOME 2 desktop featuring alpha-blending.marcus2003-02-285-0/+129 * deskutils/xcalendar: typosedwin2003-02-272-3/+3