Lines 1-12
Link Here
|
1 |
PORTNAME= gerbv |
1 |
PORTNAME= gerbv |
2 |
PORTVERSION= 2.7.0 |
2 |
PORTVERSION= 2.10.0 |
3 |
PORTREVISION= 3 |
3 |
DISTVERSIONPREFIX=v |
4 |
CATEGORIES= cad |
4 |
CATEGORIES= cad |
5 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
5 |
MASTER_SITES= GH |
6 |
|
6 |
|
7 |
MAINTAINER= pi@FreeBSD.org |
7 |
MAINTAINER= pi@FreeBSD.org |
8 |
COMMENT= Gerber file viewer |
8 |
COMMENT= Gerber file viewer |
9 |
WWW= http://gerbv.geda-project.org/ |
9 |
WWW= https://gerbv.github.io/ |
10 |
|
10 |
|
11 |
LICENSE= GPLv2+ |
11 |
LICENSE= GPLv2+ |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
Lines 14-21
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
14 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
14 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
15 |
libfreetype.so:print/freetype2 |
15 |
libfreetype.so:print/freetype2 |
16 |
|
16 |
|
17 |
USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gmake gnome \ |
17 |
USES= autoreconf compiler:c++11-lang cpe desktop-file-utils \ |
18 |
libtool localbase pathfix pkgconfig |
18 |
gmake gnome libtool localbase pathfix pkgconfig |
|
|
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= ${PORTNAME} |
21 |
GH_TAGBANE= 037b94b |
19 |
USE_GNOME= cairo gtk20 |
22 |
USE_GNOME= cairo gtk20 |
20 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
21 |
|
24 |
|