mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
82f108df30
Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
34 lines
697 B
Makefile
34 lines
697 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ump
|
|
PORTVERSION= 0.8.6
|
|
PORTREVISION= 12
|
|
CATEGORIES= math
|
|
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>
|