openbsd-ports/x11/fleditor/Makefile
wilfried a05cbeb69d Import of fl_editor-0.4
A word-wrapping text editor widget for FLTK.  Supports CUA- style
editing keys, automatic scrollbar, load and save to file or buffer,
and more.
2001-04-02 15:11:46 +00:00

38 lines
885 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/04/02 15:11:46 wilfried Exp $
COMMENT= 'Text Editor for FLTK'
DISTNAME= fl_editor-0.4
PKGNAME= fleditor-0.4
CATEGORIES= x11
NEED_VERSION= 1.380
HOMEPAGE= http://www.robertk.com/source/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.robertk.com/pub/Source/fl_editor/
EXTRACT_SUFX= .tgz
BUILD_DEPENDS= ${LOCALBASE}/lib/libfltk.a::x11/fltk \
${LOCALBASE}/lib/libflvw.a::x11/flvw
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
post-patch:
@rmdir ${WRKSRC}/obj
do-install:
${INSTALL_DATA} ${WRKBUILD}/libfleditor.a ${PREFIX}/lib
${INSTALL_DATA_DIR} ${PREFIX}/include/FL
${INSTALL_DATA} ${WRKSRC}/FL/*.[Hh] ${PREFIX}/include/FL
.include <bsd.port.mk>