mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4939870d11
PR: 15085 Submitted by: Mikhail Teterin <mi@kot.ne.mediaone.net>
34 lines
791 B
Makefile
34 lines
791 B
Makefile
# New ports collection makefile for: xenon
|
|
# Version required: 0.6.6
|
|
# Date created: 22 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xenon-0.6.6
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
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:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1
|
|
@${MKDIR} ${PREFIX}/share/examples/xe
|
|
@${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc
|
|
|
|
.include <bsd.port.mk>
|