xpm 3.4j
This commit is contained in:
parent
f4b6a2c3ff
commit
b3c0edc162
18
graphics/xpm/Makefile
Normal file
18
graphics/xpm/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# OpenBSD makefile for: xpm
|
||||
# Version required: 3.4j
|
||||
# Date created: 24 November 1997
|
||||
# Whom: todd@OpenBSD.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1997/11/25 23:34:54 todd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xpm-3.4j
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/xpm/files/md5
Normal file
1
graphics/xpm/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xpm-3.4j.tar.gz) = 34154abe8b359d6892a815627c286dbf
|
1
graphics/xpm/pkg/COMMENT
Normal file
1
graphics/xpm/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
The X Pixmap library.
|
18
graphics/xpm/pkg/DESCR
Normal file
18
graphics/xpm/pkg/DESCR
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
Here is an extract from the README file:
|
||||
|
||||
* Copyright (C) 1989-94 GROUPE BULL
|
||||
|
||||
XPM Version 3
|
||||
|
||||
WHAT IS XPM?
|
||||
============
|
||||
|
||||
XPM (X PixMap) is a format for storing/retrieving X pixmaps to/from files.
|
||||
|
||||
Here is provided a library containing a set of four functions, similar to the
|
||||
X bitmap functions as defined in the Xlib: XpmCreatePixmapFromData,
|
||||
XpmCreateDataFromPixmap, XpmReadFileToPixmap and XpmWriteFileFromPixmap for
|
||||
respectively including, storing, reading and writing this format, plus four
|
||||
other: XpmCreateImageFromData, XpmCreateDataFromImage, XpmReadFileToImage and
|
||||
XpmWriteFileFromImage for working with images instead of pixmaps.
|
7
graphics/xpm/pkg/PLIST
Normal file
7
graphics/xpm/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
bin/sxpm
|
||||
lib/libXpm.a
|
||||
lib/libXpm.so.4.10
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@exec ranlib %D/lib/libXpm.a
|
||||
include/X11/xpm.h
|
||||
man/man1/sxpm.1.gz
|
Loading…
Reference in New Issue
Block a user