blob: 3f170566fb4ee279842ae277c0829c4d561d0bb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $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
USES= autoreconf gettext-runtime gnome pkgconfig
USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/sp2sp
.include <bsd.port.mk>
|