|
Lines 38-47
Link Here
|
| 38 |
#post-patch: |
38 |
#post-patch: |
| 39 |
# @${REINPLACE_CMD} -e "s/gtk-config/${GTK_CONFIG}/g" ${WRKSRC}/configure |
39 |
# @${REINPLACE_CMD} -e "s/gtk-config/${GTK_CONFIG}/g" ${WRKSRC}/configure |
| 40 |
|
40 |
|
|
|
41 |
.include <bsd.port.pre.mk> |
| 42 |
|
| 43 |
.if ${OSVERSION} >= 500041 |
| 44 |
EXTRA_PATCHES= ${FILESDIR}/extra-glibc-getopt.h |
| 45 |
.endif |
| 46 |
|
| 41 |
post-install: |
47 |
post-install: |
| 42 |
@${STRIP_CMD} ${PREFIX}/bin/jigdo-file |
48 |
@${STRIP_CMD} ${PREFIX}/bin/jigdo-file |
| 43 |
|
49 |
|
| 44 |
post-clean: |
50 |
post-clean: |
| 45 |
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc |
51 |
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc |
| 46 |
|
52 |
|
| 47 |
.include <bsd.port.mk> |
53 |
.include <bsd.port.post.mk> |