mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
33 lines
695 B
Makefile
33 lines
695 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
|
|
PORTNAME= ump
|
|
PORTVERSION= 0.8.6
|
|
PORTREVISION= 13
|
|
CATEGORIES= math education
|
|
MASTER_SITES= SF/u-m-p/u-m-p/${PORTVERSION}
|
|
PKGNAMESUFFIX= -math
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical, easy to use math program
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2
|
|
USE_GNOME= gtk20
|
|
USE_GL= glu
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
CONFLICTS= ump-1.[0-9]*
|
|
|
|
DESKTOP_ENTRIES="Ump" "" "" "ump" "Education;Math;Science;GTK;" ""
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/main.cpp
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/ump.conf \
|
|
${STAGEDIR}${PREFIX}/etc/ump.conf.sample
|
|
|
|
.include <bsd.port.mk>
|