mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ff382967a7
% host ftp.uk.i-scream.org ftp.uk.i-scream.org is an alias for ftp.mirrorservice.org.
22 lines
549 B
Makefile
22 lines
549 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libukcprog
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/libukcprog/ \
|
|
http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libukcprog/ \
|
|
http://ftp.i-scream.org/pub/i-scream/libukcprog/
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Generally useful low level routines
|
|
|
|
NO_CDROM= License (see source) does not permit selling for profit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|