mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Utilize USE_GNOME
- Fix pkg-plist PR: ports/62264 Submitted by: Ports Fury
This commit is contained in:
parent
bd01f7f038
commit
2f2429ab6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99821
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= GiNaC
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
|
||||
http://www.ginac.de/
|
||||
@ -15,12 +16,12 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A C++ library for symbolic mathematical calculations
|
||||
|
||||
LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln
|
||||
LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -45,5 +45,6 @@ lib/libginac.a
|
||||
lib/libginac.so
|
||||
lib/libginac-1.1.so
|
||||
lib/libginac-1.1.so.6
|
||||
libdata/pkgconfig/ginac.pc
|
||||
share/aclocal/ginac.m4
|
||||
@dirrm include/ginac
|
||||
|
Loading…
Reference in New Issue
Block a user