summaryrefslogtreecommitdiffstats
path: root/lang/mdk/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-01 06:13:47 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-01 06:13:47 +0000
commitf175e48357df6631adae1fefa586a690a63dcaca (patch)
treecfa77affa409bfb0e2a4a2267d355744f8d4882e /lang/mdk/Makefile
parentb96d207891df167c3b01d4f5a26da9fd43f397f2 (diff)
downloadFreeBSD-ports-f175e48357df6631adae1fefa586a690a63dcaca.zip
FreeBSD-ports-f175e48357df6631adae1fefa586a690a63dcaca.tar.gz
upgrade to 1.0
PR: 38786 Submitted by: Ports Fury
Diffstat (limited to 'lang/mdk/Makefile')
-rw-r--r--lang/mdk/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile
index 1dfbe9a..ff5bbf3 100644
--- a/lang/mdk/Makefile
+++ b/lang/mdk/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= mdk
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 1.0
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_SOURCEFORGE}
@@ -16,15 +15,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
- intl.2:${PORTSDIR}/devel/gettext \
- guile.9:${PORTSDIR}/lang/guile
-
USE_X_PREFIX= yes
USE_GNOME= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" \
+ MAKEINFO="makeinfo --no-split"
+
+post-extract:
+ @${RM} -f ${WRKSRC}/doc/*.info
.include <bsd.port.mk>
OpenPOWER on IntegriCloud