mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
48441caae7
- Add USE_X_PREFIX, it's use X - Add NOPORTDOCS - Pass maintainership to submitter PR: ports/93950 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
39 lines
806 B
Makefile
39 lines
806 B
Makefile
# New ports collection makefile for: fte
|
|
# Date created: 8 May 2000
|
|
# Whom: gelf
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fte
|
|
PORTVERSION= 20051115
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION:S/./b/}-src.zip \
|
|
${PORTNAME}-${PORTVERSION:S/./b/}-common.zip
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= A full-featured text editor for X11
|
|
|
|
WRKSRC= ${WRKDIR}/fte
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XLIB= yes
|
|
USE_ZIP= yes
|
|
USE_PERL5_BUILD= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,^PREFIX=,PREFIX?=,' \
|
|
${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@cd ${WRKSRC}/doc && \
|
|
${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|