diff options
Diffstat (limited to 'textproc/kbedic/Makefile')
-rw-r--r-- | textproc/kbedic/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/kbedic/Makefile b/textproc/kbedic/Makefile new file mode 100644 index 000000000000..89d4bfdbeac1 --- /dev/null +++ b/textproc/kbedic/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: kbedic +# Date created: 17 January 2002 +# Whom: Angel Todorov <todorov_bg@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= kbedic +PORTVERSION= 2.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://kbedic.search.bg/download/ +MASTER_SITE_SUBDIR=kbedic + +MAINTAINER= todorov_bg@gmx.net + +USE_QT_VER= 2 +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-x + +.include <bsd.port.mk> |