3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
30 lines
867 B
Makefile
30 lines
867 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%/ \
|
|
ftp://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
|
http://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%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
|
|
|
|
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>
|