1 |
tdb |
1.1 |
# New ports collection makefile for: libukcprog |
2 |
|
|
# Date created: 30 March 2003 |
3 |
|
|
# Whom: Tim Bishop <tim@bishnet.net> |
4 |
|
|
# |
5 |
|
|
# $FreeBSD$ |
6 |
|
|
# |
7 |
|
|
|
8 |
|
|
PORTNAME= libukcprog |
9 |
|
|
PORTVERSION= 1.0 |
10 |
tdb |
1.2 |
CATEGORIES= devel |
11 |
tdb |
1.3 |
MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/ |
12 |
tdb |
1.1 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
|
|
|
14 |
|
|
MAINTAINER= tim@bishnet.net |
15 |
|
|
COMMENT= The ukcprog library contains generally useful low level routines |
16 |
|
|
|
17 |
|
|
MAN3= ukcprog.3 |
18 |
|
|
DIST_SUBDIR= iscream |
19 |
|
|
GNU_CONFIGURE= yes |
20 |
|
|
INSTALLS_SHLIB= yes |
21 |
|
|
USE_LIBTOOL= yes |
22 |
|
|
|
23 |
|
|
.include <bsd.port.mk> |