mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add iview 1.01, an image viewer for X.
PR: 26527 Submitted by: Mark Pulford <mark@kyne.com.au>
This commit is contained in:
parent
4b1de5d539
commit
54c02e5a6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41587
@ -92,6 +92,7 @@
|
||||
SUBDIR += imlib2
|
||||
SUBDIR += ipe
|
||||
SUBDIR += isreal
|
||||
SUBDIR += iview
|
||||
SUBDIR += jbigkit
|
||||
SUBDIR += jgraph
|
||||
SUBDIR += jgv
|
||||
|
23
graphics/iview/Makefile
Normal file
23
graphics/iview/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: iview
|
||||
# Date created: Apr 13, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= iview
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://math.smsu.edu/~erik/files/
|
||||
|
||||
MAINTAINER= mark@kyne.com.au
|
||||
|
||||
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
MAN1= iview.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/iview/distinfo
Normal file
1
graphics/iview/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (iview-1.01.tar.gz) = f1e290df5bd9d5b152a1aa9988856dce
|
1
graphics/iview/pkg-comment
Normal file
1
graphics/iview/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An image viewer for X
|
3
graphics/iview/pkg-descr
Normal file
3
graphics/iview/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Iview is an SDL based image viewer.
|
||||
|
||||
WWW: http://math.smsu.edu/~erik/software.php?id=63
|
1
graphics/iview/pkg-plist
Normal file
1
graphics/iview/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/iview
|
23
graphics/vp/Makefile
Normal file
23
graphics/vp/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: iview
|
||||
# Date created: Apr 13, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= iview
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://math.smsu.edu/~erik/files/
|
||||
|
||||
MAINTAINER= mark@kyne.com.au
|
||||
|
||||
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
MAN1= iview.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/vp/distinfo
Normal file
1
graphics/vp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (iview-1.01.tar.gz) = f1e290df5bd9d5b152a1aa9988856dce
|
1
graphics/vp/pkg-comment
Normal file
1
graphics/vp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An image viewer for X
|
3
graphics/vp/pkg-descr
Normal file
3
graphics/vp/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Iview is an SDL based image viewer.
|
||||
|
||||
WWW: http://math.smsu.edu/~erik/software.php?id=63
|
1
graphics/vp/pkg-plist
Normal file
1
graphics/vp/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/iview
|
Loading…
Reference in New Issue
Block a user