mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
710 B
Makefile
35 lines
710 B
Makefile
# New ports collection makefile for: wxMaxima
|
|
# Date created: 2005-07-12
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wxMaxima
|
|
PORTVERSION= 0.7.5
|
|
#PORTREVISION= 0
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
|
#DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= A wxWidgets GUI for the computer algebra system maxima
|
|
|
|
RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= libxml2
|
|
USE_WX= 2.6
|
|
WX_COMPS= wx
|
|
WX_CONF_ARGS= absolute
|
|
WANT_UNICODE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|