|
Lines 1-10
Link Here
|
| 1 |
# ex:ts=8 |
1 |
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> |
| 2 |
# New ports collection makefile for: mdk |
|
|
| 3 |
# Date created: Apr 1, 2001 |
| 4 |
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> |
| 5 |
# |
| 6 |
# $FreeBSD: ports/lang/mdk/Makefile,v 1.45 2012/08/05 05:04:29 miwi Exp $ |
2 |
# $FreeBSD: ports/lang/mdk/Makefile,v 1.45 2012/08/05 05:04:29 miwi Exp $ |
| 7 |
# |
|
|
| 8 |
|
3 |
|
| 9 |
PORTNAME= mdk |
4 |
PORTNAME= mdk |
| 10 |
PORTVERSION= 1.2.6 |
5 |
PORTVERSION= 1.2.6 |
|
Lines 21-26
Link Here
|
| 21 |
|
16 |
|
| 22 |
USE_GNOME= glib20 intltool |
17 |
USE_GNOME= glib20 intltool |
| 23 |
USE_NCURSES= yes |
18 |
USE_NCURSES= yes |
|
|
19 |
USE_READLINE= yes |
| 24 |
USE_GETTEXT= yes |
20 |
USE_GETTEXT= yes |
| 25 |
USE_GMAKE= yes |
21 |
USE_GMAKE= yes |
| 26 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
|
Lines 57-66
Link Here
|
| 57 |
CONFIGURE_ARGS+=--without-guile |
53 |
CONFIGURE_ARGS+=--without-guile |
| 58 |
.endif |
54 |
.endif |
| 59 |
|
55 |
|
| 60 |
.if exists(${LOCALBASE}/lib/libreadline.so) |
|
|
| 61 |
LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline |
| 62 |
.endif |
| 63 |
|
| 64 |
post-patch: |
56 |
post-patch: |
| 65 |
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ |
57 |
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ |
| 66 |
${WRKSRC}/configure |
58 |
${WRKSRC}/configure |