freebsd-ports/devel/wedit/Makefile
Jimmy Olgeni 695dcd5dfa Add wedit, a native LCC-Win32 port to Unix-like operating systems.
It features an user friendly IDE, project wizard, generation of GNU
makefiles and automake/autoconf skeletons, fast run-time source parsing
with syntax coloring and autoformating of C, Fortran, and Eiffel sources.
2001-04-02 13:29:03 +00:00

25 lines
477 B
Makefile

# 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>