aboutsummaryrefslogtreecommitdiff
path: root/devel/libukcprog/Makefile
blob: 0159aeefa75b48b49b75d3a37ef62691822766a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$

PORTNAME=	libukcprog
PORTVERSION=	1.0.2
PORTREVISION=	5
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
		http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
		http://dl.ambiweb.de/mirrors/ftp.i-scream.org/%SUBDIR%/ \
		ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
		http://ftp.i-scream.org/pub/i-scream/%SUBDIR%/
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	tdb@FreeBSD.org
COMMENT=	Generally useful low level routines

NO_CDROM=	License (see source) does not permit selling for profit

DIST_SUBDIR=	i-scream
GNU_CONFIGURE=	yes
USES=		libtool pathfix pkgconfig
USE_LDCONFIG=	yes

.include <bsd.port.mk>