1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/libukcprog/Makefile
Tim Bishop 24d35fdcd4 - The license for this package (see the top of the source files) states:
/*  Copyright 1991 Mark Russell, University of Kent at Canterbury.
     *
     *  You can do what you like with this source code as long as
     *  you don't try to make money out of it and you include an
     *  unaltered copy of this message (including the copyright).
     */

  Therefore this port must be marked as NO_CDROM.

- Also update the mirror sites.
2009-02-10 23:09:25 +00:00

32 lines
837 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.2
PORTREVISION= 4
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
USE_AUTOTOOLS= libtool:15
MAN3= ukcprog.3
DIST_SUBDIR= i-scream
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack gnometarget pkgconfig lthack
.include <bsd.port.mk>