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 |
|