openbsd-ports/editors/nedit/Makefile

33 lines
959 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2002/09/01 18:49:01 mpech Exp $
# $FreeBSD: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $
2002-06-13 01:44:57 -04:00
COMMENT= "X11/Motif GUI text editor"
2001-03-29 05:07:05 -05:00
2002-06-13 01:44:57 -04:00
DISTNAME= nedit-5.3RC1-source
PKGNAME= nedit-5.3rc1
CATEGORIES= editors x11
NEED_VERSION= 1.528
MASTER_SITES= http://nedit.org/ftp/beta/
2002-06-13 01:44:57 -04:00
HOMEPAGE= http://www.nedit.org/
2000-03-16 17:32:35 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-06-13 01:44:57 -04:00
USE_MOTIF= Any
ALL_TARGET= openbsd
do-install:
2001-10-31 03:03:18 -05:00
${INSTALL_PROGRAM} ${WRKBUILD}/source/nedit ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/source/nc ${PREFIX}/bin/ncl
${INSTALL_MAN} ${WRKSRC}/doc/nedit.man ${PREFIX}/man/man1/nedit.1
${INSTALL_MAN} ${WRKSRC}/doc/nc.man ${PREFIX}/man/man1/ncl.1
2002-06-13 01:44:57 -04:00
${INSTALL_DATA} ${WRKSRC}/doc/NEdit.ad \
${PREFIX}/lib/X11/app-defaults/NEdit
2000-06-09 16:10:30 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nedit
2001-10-31 03:03:18 -05:00
${INSTALL_DATA} ${WRKSRC}/doc/nedit.doc ${PREFIX}/share/doc/nedit
.include <bsd.port.mk>