1999-04-30 09:44:34 +00:00
|
|
|
# New ports collection makefile for: xnc
|
2000-02-18 03:48:18 +00:00
|
|
|
# Version required: 4.2.1
|
1999-04-30 09:44:34 +00:00
|
|
|
# Date created: 5 February 1999
|
|
|
|
# Whom: Dima Sivachenko <dima@chg.ru>
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1999-04-30 09:44:34 +00:00
|
|
|
#
|
|
|
|
|
2000-02-18 03:48:18 +00:00
|
|
|
DISTNAME= xnc-4.2.1.src
|
|
|
|
PKGNAME= xnc-4.2.1
|
1999-04-30 09:44:34 +00:00
|
|
|
CATEGORIES= x11-fm
|
2000-02-18 03:48:18 +00:00
|
|
|
MASTER_SITES= http://www.xnc.dubna.su/src/ \
|
|
|
|
ftp://ftp.chg.ru/pub/Linux/sunsite/X11/desktop/ \
|
1999-04-30 09:44:34 +00:00
|
|
|
ftp://sunsite.unx.edu/pub/Linux/X11/desktop/
|
|
|
|
|
2000-02-18 03:48:18 +00:00
|
|
|
MAINTAINER= dima@Chg.RU
|
1999-04-30 09:44:34 +00:00
|
|
|
|
2000-02-18 03:48:18 +00:00
|
|
|
# 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
|
1999-04-30 09:44:34 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-02-18 03:48:18 +00:00
|
|
|
MAN1= es.1 ives.1 vs.1 xjpegroot.1 xnc.1 xnlaunch.1
|
1999-04-30 09:44:34 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/xnc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc
|
|
|
|
.endif
|
2000-02-18 03:48:18 +00:00
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
1999-04-30 09:44:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|