diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-02 06:01:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-02 06:01:23 +0000 |
commit | 6c9b37352c8ddd6ef4956d50c8b4824f62dafbbd (patch) | |
tree | f76d12bf773f042eaf7eab673f322f5c91871fc0 /lang/mdk/Makefile | |
parent | 12decc890db291bd07426785ce4f51d5ffd87fc1 (diff) | |
download | ports-6c9b37352c8ddd6ef4956d50c8b4824f62dafbbd.tar.gz ports-6c9b37352c8ddd6ef4956d50c8b4824f62dafbbd.zip |
Notes
Diffstat (limited to 'lang/mdk/Makefile')
-rw-r--r-- | lang/mdk/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile new file mode 100644 index 000000000000..896876b4b24d --- /dev/null +++ b/lang/mdk/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# New ports collection makefile for: mdk +# Date created: Apr 1, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mdk +PORTVERSION= 0.3 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GNU} \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + intl.1:${PORTSDIR}/devel/gettext +# glade.4:${PORTSDIR}/devel/libglade + +# gui depends on some GNU specific stdio function, so disable it first :< +# I've contacted the author for help +USE_GLIB= yes +#USE_GTK= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gui + +USE_GMAKE= yes +MAKE_ARGS= LDFLAGS="${CFLAGS} -L${LOCALBASE}/lib -lgnugetopt" + +.include <bsd.port.mk> |