diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-01 06:13:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-01 06:13:47 +0000 |
commit | 42d7c88d390eeb982f610b74a4ce002fc55120dd (patch) | |
tree | d9395d8df7a52d58722efc6e1fdcea18c0d245ac /lang | |
parent | update to 1.7.0 and fix some bugs both in the previous port and in the (diff) |
upgrade to 1.0
PR: 38786
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=60421
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mdk/Makefile | 17 | ||||
-rw-r--r-- | lang/mdk/distinfo | 2 | ||||
-rw-r--r-- | lang/mdk/pkg-plist | 8 |
3 files changed, 9 insertions, 18 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 1dfbe9a6e560..ff5bbf34715b 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> diff --git a/lang/mdk/distinfo b/lang/mdk/distinfo index fea0252c42fe..f5ca950790df 100644 --- a/lang/mdk/distinfo +++ b/lang/mdk/distinfo @@ -1 +1 @@ -MD5 (mdk-0.5.tar.gz) = b43ede5f2afbfb365303721d2a9ce0d7 +MD5 (mdk-1.0.tar.gz) = b4437e6931144cb46c0c728e0ee5e5df diff --git a/lang/mdk/pkg-plist b/lang/mdk/pkg-plist index ed221ffcb151..193ca8de1f17 100644 --- a/lang/mdk/pkg-plist +++ b/lang/mdk/pkg-plist @@ -4,14 +4,7 @@ bin/mixguile bin/mixvm @unexec install-info --delete %D/info/mdk.info %D/info/dir info/mdk.info -info/mdk.info-1 -info/mdk.info-2 -info/mdk.info-3 -info/mdk.info-4 -info/mdk.info-5 @exec install-info %D/info/mdk.info %D/info/dir -lib/charset.alias -share/gnome/locale/locale.alias share/gnome/mdk/clear.xpm share/gnome/mdk/colors.xpm share/gnome/mdk/compile.xpm @@ -33,5 +26,4 @@ share/gnome/mdk/output.xpm share/gnome/mdk/run.xpm share/gnome/mdk/splitw.xpm share/gnome/mdk/symbols.xpm -@dirrm share/gnome/locale @dirrm share/gnome/mdk |