1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/editors/xcoral/Makefile
Mikhail Teterin 2975b9e2af Upgrade from 3.40 to 3.42. Make it use our -lgnuregex instead of compiling
its own (same version). May be, the upgrade will fix the intermittent crashes
one of my users was experiencing...
2003-04-08 23:16:28 +00:00

32 lines
690 B
Makefile

# New ports collection makefile for: xcoral
# Date created: 1995/10/02
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= xcoral
PORTVERSION= 3.42
CATEGORIES= editors
MASTER_SITES= http://xcoral.free.fr/
MAINTAINER= ports@FreeBSD.org
COMMENT= A multiwindow mouse-based text editor for X
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
PLIST_SUB+= PORTVERSION=${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/SmacLib/* ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>