diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2018-08-13 02:11:47 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2018-08-13 02:11:47 +0000 |
commit | 8d2f09f719e743d2a591843cca388545119022c5 (patch) | |
tree | 8505938259833c354e1703938a1b9eee514ad7bb /editors/joe2/Makefile | |
parent | f1cb9059d2e0f19df40cd2612e5835a113081bf0 (diff) | |
download | ports-8d2f09f719e743d2a591843cca388545119022c5.tar.gz ports-8d2f09f719e743d2a591843cca388545119022c5.zip |
Notes
Diffstat (limited to 'editors/joe2/Makefile')
-rw-r--r-- | editors/joe2/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile deleted file mode 100644 index 861340ce8a1a..000000000000 --- a/editors/joe2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: torstenb@FreeBSD.org -# $FreeBSD$ - -PORTNAME= joe -PORTVERSION= 2.9.8 -PORTREVISION= 1 -CATEGORIES+= editors -MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} -PKGNAMESUFFIX= 2 - -MAINTAINER?= toasty@dragondata.com -COMMENT?= Joe's Own Editor - -OPTIONS_DEFINE= DOCS ISPELL -OPTIONS_DEFAULT= ISPELL - -ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell - -CONFLICTS= joe-3* - -GNU_CONFIGURE= yes -USES= iconv gmake -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} - -ALL_TARGET= ${PORTNAME} - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.cvs ${WRKSRC}/ChangeLog\ - ${WRKSRC}/INFO ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/LIST ${STAGEDIR}${DOCSDIR}/CommandList - -.include <bsd.port.mk> |