Add libpcd 1.0.1, a library for reading PhotoCD images.
PR: ports/70879 Submitted by: Andrey Slusar <anray@inet.ua>
This commit is contained in:
parent
c2e70b2c0f
commit
94426ac8fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117185
@ -241,6 +241,7 @@
|
||||
SUBDIR += liblug
|
||||
SUBDIR += libmng
|
||||
SUBDIR += libmorph
|
||||
SUBDIR += libpcd
|
||||
SUBDIR += libqglviewer
|
||||
SUBDIR += librsvg
|
||||
SUBDIR += librsvg2
|
||||
|
22
graphics/libpcd/Makefile
Normal file
22
graphics/libpcd/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: libpcd
|
||||
# Date created: 2004-08-23
|
||||
# Whom: Andrey Slusar <anray@inet.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libpcd
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://dl.bytesex.org/releases/libpcd/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= anray@inet.ua
|
||||
COMMENT= A library for reading PhotoCD images
|
||||
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||||
MAKEFILE= ${WRKSRC}/GNUmakefile
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/libpcd/distinfo
Normal file
2
graphics/libpcd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (libpcd_1.0.1.tar.gz) = c9127a6aae3c7510498990d82bb0b68a
|
||||
SIZE (libpcd_1.0.1.tar.gz) = 9293
|
16
graphics/libpcd/files/patch-GNUmakefile
Normal file
16
graphics/libpcd/files/patch-GNUmakefile
Normal file
@ -0,0 +1,16 @@
|
||||
--- GNUmakefile.old Mon Aug 23 21:10:15 2004
|
||||
+++ GNUmakefile Mon Aug 23 21:10:38 2004
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
DESTDIR :=
|
||||
-prefix := /usr/local
|
||||
+prefix := $(PREFIX)
|
||||
|
||||
incdir := $(DESTDIR)$(prefix)/include
|
||||
libdir := $(DESTDIR)$(prefix)/lib
|
||||
|
||||
-CC := gcc
|
||||
+CC ?= gcc
|
||||
WARN := -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
|
||||
CFLAGS ?= -g -O2
|
||||
CFLAGS += $(WARN)
|
6
graphics/libpcd/pkg-descr
Normal file
6
graphics/libpcd/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is a tiny library for decoding PhotoCD images. Its not exactly
|
||||
new, it exists for years. I've just released it separately for the
|
||||
first time now. It used to come bundled with xpcd.
|
||||
|
||||
Author: Gerd Knorr <kraxel@bytesex.org>
|
||||
WWW: http://linux.bytesex.org/fbida/libpcd.html
|
5
graphics/libpcd/pkg-plist
Normal file
5
graphics/libpcd/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/pcd.h
|
||||
lib/libpcd.a
|
||||
lib/libpcd.so
|
||||
lib/libpcd.so.2
|
||||
lib/libpcd.so.2.0.1
|
Loading…
Reference in New Issue
Block a user