View | Details | Raw Unified | Return to bug 164151
Collapse All | Expand All

(-)cad/gerbv/Makefile (-4 / +5 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	gerbv
9
PORTNAME=	gerbv
10
PORTVERSION=	2.5.0
10
PORTVERSION=	2.6.0
11
CATEGORIES=	cad
11
CATEGORIES=	cad
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
13
Lines 21-34 Link Here
21
USE_AUTOTOOLS=	libtool
21
USE_AUTOTOOLS=	libtool
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
24
MAKE_JOBS_SAFE=	yes
25
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
24
28
25
PLIST_SUB=	VERSION="${PORTVERSION}"
29
PLIST_SUB=	VERSION="${PORTVERSION}"
26
30
27
MAN1=		gerbv.1
31
MAN1=		gerbv.1
28
32
29
CPPFLAGS+=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
31
32
post-patch:
33
post-patch:
33
	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in
34
	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in
34
35
(-)cad/gerbv/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gerbv-2.5.0.tar.gz) = fdb6d78c4c7b18a8a25d43f5d061e1ece0124a93ff61483ff11141f9cd7dbb49
1
SHA256 (gerbv-2.6.0.tar.gz) = 5c55425c3493bc8407949be8b4e572434a6b378f5727cc0dcef97dc2e7574dd0
2
SIZE (gerbv-2.5.0.tar.gz) = 2295221
2
SIZE (gerbv-2.6.0.tar.gz) = 2346299

Return to bug 164151