mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
887c49618a
Approved by: portmgr (tier-2 blanket)
25 lines
577 B
Makefile
25 lines
577 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sp2sp
|
|
PORTVERSION= 20090213
|
|
CATEGORIES= cad
|
|
MASTER_SITES= SF/gwave/gwave2/${PORTVERSION}
|
|
DISTNAME= gwave2-${PORTVERSION}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Processor of waveform data generated by SPICE-type simulators
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
BROKEN_aarch64= Fails to configure: PKG_PROG_PKG_CONFIG: not found
|
|
|
|
USES= autoreconf gettext-runtime pkgconfig
|
|
USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/sp2sp
|
|
|
|
.include <bsd.port.mk>
|