diff options
Diffstat (limited to 'devel/wedit/Makefile')
| -rw-r--r-- | devel/wedit/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/wedit/Makefile b/devel/wedit/Makefile new file mode 100644 index 000000000000..92ccda17e3e6 --- /dev/null +++ b/devel/wedit/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: wedit +# Date created: 02 Apr 2001 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= wedit +PORTVERSION= 0.9.8 +CATEGORIES= devel editors +MASTER_SITES= http://www.q-software-solutions.com/download/weditpub/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-libc6-src + +MAINTAINER= olgeni@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_X_PREFIX= yes +USE_XPM= yes +USE_GTK= yes +WANT_GNOME= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> |
