summaryrefslogtreecommitdiffstats
path: root/x11-fm/xnc/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-02-18 03:48:18 +0000
committerjedgar <jedgar@FreeBSD.org>2000-02-18 03:48:18 +0000
commit7da046978764005944fb3fd587ee2bfc7b6f483e (patch)
treed3f70dcee04ea27b8c77a9760cf02d3c31c3c98e /x11-fm/xnc/Makefile
parent8d209940847902c232c3c048beb07260f34f1c25 (diff)
downloadFreeBSD-ports-7da046978764005944fb3fd587ee2bfc7b6f483e.zip
FreeBSD-ports-7da046978764005944fb3fd587ee2bfc7b6f483e.tar.gz
Update port to 4.2.1
PR: 16751 Submitted by: Maintainer
Diffstat (limited to 'x11-fm/xnc/Makefile')
-rw-r--r--x11-fm/xnc/Makefile52
1 files changed, 16 insertions, 36 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile
index 0ef3d25..458e76d 100644
--- a/x11-fm/xnc/Makefile
+++ b/x11-fm/xnc/Makefile
@@ -1,60 +1,40 @@
# New ports collection makefile for: xnc
-# Version required: 4.0.8
+# Version required: 4.2.1
# Date created: 5 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
-DISTNAME= xnc-4.0.8.src
-PKGNAME= xnc-4.0.8
+DISTNAME= xnc-4.2.1.src
+PKGNAME= xnc-4.2.1
CATEGORIES= x11-fm
-MASTER_SITES= ftp://ftp.chg.ru/pub/Linux/sunsite/X11/desktop/ \
+MASTER_SITES= http://www.xnc.dubna.su/src/ \
+ ftp://ftp.chg.ru/pub/Linux/sunsite/X11/desktop/ \
ftp://sunsite.unx.edu/pub/Linux/X11/desktop/
-MAINTAINER= dima@chg.ru
+MAINTAINER= dima@Chg.RU
-RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
- unzip:${PORTSDIR}/archivers/unzip \
- rpm:${PORTSDIR}/misc/rpm \
- rar:${PORTSDIR}/archivers/rar \
- unarj:${PORTSDIR}/archivers/unarj \
- lha:${PORTSDIR}/archivers/lha \
- bzip2:${PORTSDIR}/archivers/bzip2
+# xnc will use the following programs if you have them installed.
+#RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
+# unzip:${PORTSDIR}/archivers/unzip \
+# rpm:${PORTSDIR}/misc/rpm \
+# rar:${PORTSDIR}/archivers/rar \
+# unarj:${PORTSDIR}/archivers/unarj \
+# lha:${PORTSDIR}/archivers/lha \
+# bzip2:${PORTSDIR}/archivers/bzip2
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-do-install:
- @ ${INSTALL_SCRIPT} ${WRKSRC}/findslave.xnc ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/users.xnc ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/groups.xnc ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/rpm.xnc ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/zips.xnc ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/gzip.xnc ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/bzip.xnc ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin/xnc
- @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/ives ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/es ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/vs ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/xsetup/xncsetup ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/xjroot/xjpegroot ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/launch/xnlaunch ${PREFIX}/bin
- @ ${INSTALL_MAN} ${WRKSRC}/xnc.1 ${MAN1PREFIX}/man/cat1
- @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/xnc.1
- @ ${INSTALL_MAN} ${WRKSRC}/ives/ives.1 ${MAN1PREFIX}/man/cat1
- @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/ives.1
- @ ${INSTALL_MAN} ${WRKSRC}/xjroot/xjpegroot.1 ${MAN1PREFIX}/man/cat1
- @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/xjpegroot.1
- @ ${INSTALL_MAN} ${WRKSRC}/launch/xnlaunch.1 ${MAN1PREFIX}/man/cat1
- @ ${GZIP_CMD} ${MAN1PREFIX}/man/cat1/xnlaunch.1
+MAN1= es.1 ives.1 vs.1 xjpegroot.1 xnc.1 xnlaunch.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xnc
${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc
.endif
+ @${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
OpenPOWER on IntegriCloud