2001-06-26 04:38:23 +02:00
|
|
|
# New ports collection makefile for: joe-devel
|
|
|
|
# Date created: 25 Jul 2001
|
|
|
|
# Whom: dwcjr@FreeBSD.org
|
1995-07-05 17:08:51 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-07-05 17:08:51 +02:00
|
|
|
#
|
|
|
|
|
2001-06-26 05:34:40 +02:00
|
|
|
PORTNAME= joe-devel
|
2001-12-24 03:09:54 +01:00
|
|
|
PORTVERSION= 2.9.8p1
|
2001-06-26 04:38:23 +02:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= joe-editor
|
2001-07-22 05:21:13 +02:00
|
|
|
DISTNAME= joe-${PORTVERSION:S/p/-pre/}
|
2001-06-26 04:38:23 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
1996-06-11 23:55:48 +02:00
|
|
|
|
2001-08-23 01:07:23 +02:00
|
|
|
MAINTAINER= petef@FreeBSD.org
|
1999-06-27 07:36:20 +02:00
|
|
|
|
1996-11-17 08:01:32 +01:00
|
|
|
MAN1= joe.1
|
1995-07-05 17:08:51 +02:00
|
|
|
|
2001-06-26 04:38:23 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2001-07-22 05:21:13 +02:00
|
|
|
ALL_TARGET= joe
|
|
|
|
|
2001-06-26 04:38:23 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/joe
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/INFO ${WRKSRC}/README ${PREFIX}/share/doc/joe
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/LIST ${PREFIX}/share/doc/joe/CommandList
|
|
|
|
.endif
|
2001-07-22 05:21:13 +02:00
|
|
|
.for file in jmacsrc jpicorc jstarrc rjoerc joerc
|
|
|
|
.if !exists(${PREFIX}/etc/${file})
|
|
|
|
@${CP} ${PREFIX}/etc/${file}.dist ${PREFIX}/etc/${file}
|
|
|
|
.endif
|
|
|
|
.endfor
|
2001-06-26 04:38:23 +02:00
|
|
|
|
1995-07-05 17:08:51 +02:00
|
|
|
.include <bsd.port.mk>
|