mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
9eceba4ac2
exists. Also remove DIST_SUBDIR where there's no need to have it.
22 lines
547 B
Makefile
22 lines
547 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libukcprog
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.uk.i-scream.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>
|