Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= ggiterm |
8 |
PORTNAME= ggiterm |
9 |
PORTVERSION= 0.5.1 |
9 |
PORTVERSION= 0.7.0 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= x11 |
10 |
CATEGORIES= x11 |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= ggiterm |
12 |
MASTER_SITE_SUBDIR= ggiterm |
Lines 20-29
Link Here
|
20 |
|
19 |
|
21 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
22 |
USE_X_PREFIX= yes |
21 |
USE_X_PREFIX= yes |
|
|
22 |
USE_REINPLACE= yes |
23 |
INSTALLS_SHLIB= yes |
23 |
INSTALLS_SHLIB= yes |
24 |
|
24 |
|
25 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
26 |
CONFIGURE_ARGS= --with-ggi=${LOCALBASE} |
26 |
CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE} |
27 |
|
27 |
|
28 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
28 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
29 |
|
29 |
|
Lines 35-42
Link Here
|
35 |
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 |
35 |
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 |
36 |
USE_ICONV= yes |
36 |
USE_ICONV= yes |
37 |
CONFIGURE_ARGS+=--with-ft-prefix=${LOCALBASE} |
37 |
CONFIGURE_ARGS+=--with-ft-prefix=${LOCALBASE} |
|
|
38 |
.else |
39 |
CONFIGURE_ARGS+=--without-freetype |
38 |
.endif |
40 |
.endif |
39 |
|
41 |
|
|
|
42 |
MAN1= ggiterm.1 |
43 |
|
44 |
post-configure: |
45 |
@${REINPLACE_CMD} -e 's|-lggi|-lggi ${PTHREAD_LIBS}|' ${WRKSRC}/Makefile |
46 |
@${REINPLACE_CMD} -e 's|-lggi|-lggi ${PTHREAD_LIBS}|' ${WRKSRC}/lib/Makefile |
47 |
@${REINPLACE_CMD} -e 's|-lggi|-lggi ${PTHREAD_LIBS}|' ${WRKSRC}/lowlevel/Makefile |
48 |
|
40 |
post-install: |
49 |
post-install: |
41 |
.if !defined(NOPORTDOCS) |
50 |
.if !defined(NOPORTDOCS) |
42 |
@${MKDIR} ${DOCSDIR} |
51 |
@${MKDIR} ${DOCSDIR} |