aefc5ab62f
Reported by: kris
41 lines
917 B
Makefile
41 lines
917 B
Makefile
# New ports collection makefile for: joe
|
|
# Date created: 01 Jul 1995
|
|
# Whom: torstenb@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= joe
|
|
PORTVERSION= 2.9.8
|
|
CATEGORIES+= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}-editor
|
|
|
|
MAINTAINER?= toasty@dragondata.com
|
|
COMMENT?= Joe's Own Editor
|
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
LATEST_LINK?= joe2
|
|
CONFLICTS= joe-3*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -liconv"
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.cvs ${WRKSRC}/ChangeLog\
|
|
${WRKSRC}/INFO ${WRKSRC}/NEWS ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/LIST ${DOCSDIR}/CommandList
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|