blob: f68caa595536f53cac9b277bf9010e8dc9af0861 (
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
32
33
34
35
36
37
38
39
|
# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= wxMaxima
PORTVERSION= 13.04.2
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
#MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A wxWidgets GUI for the computer algebra system maxima
LICENSE= GPLv2
RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima
USES= gettext
USE_GNOME= desktopfileutils libxml2
USE_WX= 2.8
WX_COMPS= wx
WX_CONF_ARGS= absolute
WANT_UNICODE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
NO_STAGE= yes
post-install:
@${LN} -s ${DATADIR}/wxmaxima.png ${PREFIX}/share/pixmaps/wxmaxima.png
@${LOCALBASE}/bin/desktop-file-install \
--mode=${SHAREMODE} --dir=${DESKTOPDIR} \
--rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:L}.desktop
# --rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:tl}.desktop
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|