Initial Import xmagv.
xmagv display the MAG format image.
This commit is contained in:
parent
439336f182
commit
a7ab0afbcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14628
5 changed files with 44 additions and 0 deletions
33
graphics/xmagv/Makefile
Normal file
33
graphics/xmagv/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# ports collection makefile for: xmagv
|
||||||
|
# Version required: 1.11
|
||||||
|
# Date created: 25 Oct 1998
|
||||||
|
# Whom: Seiichirou Hiraoka
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= xmagv111
|
||||||
|
PKGNAME= xmagv-1.11
|
||||||
|
CATEGORIES= graphics
|
||||||
|
MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/art/graphics/loader/mag/
|
||||||
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
|
MAINTAINER= flathill@flathill.gr.jp
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/xmagv
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_IMAKE= yes
|
||||||
|
XMKMF= xmkmf
|
||||||
|
MANLANG= . ja
|
||||||
|
MAN1= xmagv.1
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/xmagv.j ${PREFIX}/man/ja/man1
|
||||||
|
${MV} ${PREFIX}/man/ja/man1/xmagv.j ${PREFIX}/man/ja/man1/xmagv.1
|
||||||
|
${GZIP_CMD} ${PREFIX}/man/ja/man1/xmagv.1
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/ja/xmagv
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/xmagv.doc ${PREFIX}/share/doc/ja/xmagv
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
graphics/xmagv/distinfo
Normal file
1
graphics/xmagv/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (xmagv111.tgz) = 11834825d01293786d87d1254b330f3e
|
1
graphics/xmagv/pkg-comment
Normal file
1
graphics/xmagv/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MAG Viewer for X Window System
|
6
graphics/xmagv/pkg-descr
Normal file
6
graphics/xmagv/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
xmagv display the MAG format image.
|
||||||
|
|
||||||
|
http://www2s.biglobe.ne.jp/~yav/soft/index.html#xmagv
|
||||||
|
|
||||||
|
- Seiichirou Hiraoka
|
||||||
|
flathill@flathill.gr.jp
|
3
graphics/xmagv/pkg-plist
Normal file
3
graphics/xmagv/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/xmagv
|
||||||
|
share/doc/ja/xmagv/xmagv.doc
|
||||||
|
@dirrm share/doc/ja/xmagv
|
Loading…
Reference in a new issue