1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/wedit/Makefile
2001-05-16 21:07:03 +00:00

27 lines
555 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= 2
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}
BROKEN= "Source code no longer available (licensing change)"
USE_X_PREFIX= yes
USE_XPM= yes
USE_GTK= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>