1999-11-14 02:08:28 +00:00
|
|
|
# New ports collection makefile for: xenon
|
2000-02-18 03:24:20 +00:00
|
|
|
# Version required: 0.6.7
|
1999-11-14 02:08:28 +00:00
|
|
|
# Date created: 22 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-02-18 03:24:20 +00:00
|
|
|
DISTNAME= xenon-0.6.7
|
1999-11-14 02:08:28 +00:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/
|
|
|
|
|
1999-12-22 14:08:58 +00:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-11-14 02:08:28 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
MAN1= xe.1
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@${CP} ${WRKSRC}/makefiles/Makefile.Linux ${WRKSRC}/makefiles/Makefile.FreeBSD
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@cd ${WRKSRC}; ${LN} -sf makefiles/Makefile.FreeBSD Makefile
|
|
|
|
|
|
|
|
do-install:
|
2000-02-18 03:24:20 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1
|
1999-11-14 02:08:28 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/xe
|
2000-02-18 03:24:20 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc
|
1999-11-14 02:08:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|