1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Make this port a little more useful by installing addition header files.

Definitions for zip- and lzh-reading functions were always part of the
library. May as well provide declarations. Bump PORTREVISION.
This commit is contained in:
Mikhail Teterin 2005-09-22 07:22:28 +00:00
parent fa8ed25c45
commit e97ef8e227
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143322
3 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= libarc
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= archivers devel
MASTER_SITES= http://www.onicos.com/staff/iz/release/

View File

@ -1,6 +1,6 @@
--- Makefile.orig Tue Jun 13 07:21:19 2000
--- Makefile Tue Jun 13 07:21:19 2000
+++ Makefile Tue Jun 20 17:44:24 2000
@@ -14,29 +15,42 @@
@@ -14,29 +15,43 @@
url_hqxdecode.o url_qsdecode.o url_news.o url_newsgroup.o url_cgiesc.o \
arc_mime.o
@ -51,6 +51,7 @@
+ $(BSD_INSTALL_DATA) libarc/arc.h $(PREFIX)/include/libarc
+ $(BSD_INSTALL_DATA) libarc/mblock.h $(PREFIX)/include/libarc
+ $(BSD_INSTALL_DATA) libarc/memb.h $(PREFIX)/include/libarc
+ $(BSD_INSTALL_DATA) unlzh.h zip.h $(PREFIX)/include/libarc
+
+.SUFFIXES: .so .c
+

View File

@ -2,7 +2,9 @@ bin/arccat
include/libarc/arc.h
include/libarc/mblock.h
include/libarc/memb.h
include/libarc/unlzh.h
include/libarc/url.h
include/libarc/zip.h
lib/libarc.a
lib/libarc.so
lib/libarc.so.1