freebsd-ports/devel/wedit/Makefile
Jimmy Olgeni eddc85ef87 Chase tarball checksum. Same version number...
There is a (large) Changelog in the new tarball that explains what has
changed (sigh).
2001-04-14 19:47:41 +00:00

26 lines
493 B
Makefile

# New ports collection makefile for: wedit
# Date created: 02 Apr 2001
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= wedit
PORTVERSION= 0.9.8
PORTREVISION= 1
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>