2013-09-12 02:21:10 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@email.it>
|
2006-05-05 11:13:30 +02:00
|
|
|
|
|
|
|
PORTNAME= ump
|
2007-04-17 14:52:39 +02:00
|
|
|
PORTVERSION= 0.8.6
|
2021-06-19 22:16:08 +02:00
|
|
|
PORTREVISION= 13
|
2020-11-20 08:16:06 +01:00
|
|
|
CATEGORIES= math education
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/u-m-p/u-m-p/${PORTVERSION}
|
2013-11-23 16:18:03 +01:00
|
|
|
PKGNAMESUFFIX= -math
|
2006-05-05 11:13:30 +02:00
|
|
|
|
2014-07-23 19:30:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Graphical, easy to use math program
|
2006-05-05 11:13:30 +02:00
|
|
|
|
2015-02-06 19:25:04 +01:00
|
|
|
LICENSE= GPLv2
|
2006-05-05 11:13:30 +02:00
|
|
|
|
2019-11-06 19:07:22 +01:00
|
|
|
USES= compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2
|
2006-05-05 11:13:30 +02:00
|
|
|
USE_GNOME= gtk20
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= glu
|
2006-05-05 11:13:30 +02:00
|
|
|
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
2015-02-06 19:25:04 +01:00
|
|
|
CONFLICTS= ump-1.[0-9]*
|
2006-05-05 11:13:30 +02:00
|
|
|
|
2015-02-06 19:25:04 +01:00
|
|
|
DESKTOP_ENTRIES="Ump" "" "" "ump" "Education;Math;Science;GTK;" ""
|
2006-05-05 11:13:30 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/main.cpp
|
|
|
|
|
|
|
|
post-install:
|
2015-02-06 19:25:04 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/ump.conf \
|
|
|
|
${STAGEDIR}${PREFIX}/etc/ump.conf.sample
|
2006-05-05 11:13:30 +02:00
|
|
|
|
2009-01-05 22:05:49 +01:00
|
|
|
.include <bsd.port.mk>
|