mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add libukcprog 1.0, generally useful low level routines.
PR: 51722 Submitted by: Tim Bishop <tim@bishnet.net>
This commit is contained in:
parent
62a76c3115
commit
373b1542f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82169
5 changed files with 35 additions and 0 deletions
|
@ -347,6 +347,7 @@
|
|||
SUBDIR += libtar
|
||||
SUBDIR += libtecla
|
||||
SUBDIR += libtool
|
||||
SUBDIR += libukcprog
|
||||
SUBDIR += libunicode
|
||||
SUBDIR += libusb
|
||||
SUBDIR += libuta
|
||||
|
|
23
devel/libukcprog/Makefile
Normal file
23
devel/libukcprog/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: libukcprog
|
||||
# Date created: 30 March 2003
|
||||
# Whom: Tim Bishop <tim@bishnet.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libukcprog
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= tim@bishnet.net
|
||||
COMMENT= Generally useful low level routines
|
||||
|
||||
MAN3= ukcprog.3
|
||||
DIST_SUBDIR= iscream
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/libukcprog/distinfo
Normal file
1
devel/libukcprog/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (iscream/libukcprog-1.0.tar.gz) = 0ed141314ed35296e34a73d9e0f29a81
|
5
devel/libukcprog/pkg-descr
Normal file
5
devel/libukcprog/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
The ukcprog library contains generally useful low level routines.
|
||||
The ukcprog.h header file contains prototypes for the routines as
|
||||
well as defining some useful macros and types.
|
||||
|
||||
WWW: http://www.i-scream.org.uk/
|
5
devel/libukcprog/pkg-plist
Normal file
5
devel/libukcprog/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
include/ukcprog.h
|
||||
lib/libukcprog.a
|
||||
lib/libukcprog.la
|
||||
lib/libukcprog.so
|
||||
lib/libukcprog.so.0
|
Loading…
Add table
Reference in a new issue