2003-06-03 07:14:48 +02:00
|
|
|
# New ports collection makefile for: libukcprog
|
|
|
|
# Date created: 30 March 2003
|
|
|
|
# Whom: Tim Bishop <tim@bishnet.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libukcprog
|
2003-10-10 15:59:41 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2003-10-21 16:12:37 +02:00
|
|
|
PORTREVISION= 2
|
2003-06-03 07:14:48 +02:00
|
|
|
CATEGORIES= devel
|
2003-08-30 19:15:59 +02:00
|
|
|
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
|
|
|
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
|
|
|
ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
|
|
|
http://www.i-scream.org/pub/i-scream/%SUBDIR%/
|
2003-06-03 07:14:48 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= tim@bishnet.net
|
|
|
|
COMMENT= Generally useful low level routines
|
|
|
|
|
|
|
|
MAN3= ukcprog.3
|
2003-10-10 15:59:41 +02:00
|
|
|
DIST_SUBDIR= i-scream
|
2003-06-03 07:14:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_LIBTOOL= yes
|
2003-10-21 16:12:37 +02:00
|
|
|
USE_GNOME= gnomehack
|
2003-06-03 07:14:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|