mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
37 lines
826 B
Makefile
37 lines
826 B
Makefile
# New ports collection makefile for: xgfe
|
|
# Date created: 24 March 1998
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xgfe
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 9
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
|
MASTER_SITE_SUBDIR= graphics/gnuplot/contrib
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An X11 front-end for Gnuplot
|
|
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_QT_VER= 3
|
|
|
|
MAKE_ENV+= DOCSDIR=$(DOCSDIR) PTHREAD_CFLAGS="$(PTHREAD_CFLAGS)" \
|
|
PTHREAD_LIBS="$(PTHREAD_LIBS)" QT_PREFIX="${QT_PREFIX}"
|
|
.if defined(NOPORTDOCS)
|
|
MAKE_ENV+= NOPORTDOCS=$(NOPORTDOCS)
|
|
.endif
|
|
|
|
WRKSRC= $(WRKDIR)/$(DISTNAME)/source
|
|
|
|
post-extract:
|
|
@cd $(WRKSRC) && ${LN} -sf Makefile.freebsd-gcc Makefile
|
|
|
|
.include <bsd.port.mk>
|