24 lines
470 B
Makefile
24 lines
470 B
Makefile
|
# 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>
|