2004-03-30 22:08:05 +00:00
|
|
|
# ports collection makefile for: skyutils
|
|
|
|
# Date created: 21 February 2004
|
|
|
|
# Whom: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= skyutils
|
2006-06-12 14:43:24 +00:00
|
|
|
PORTVERSION= 2.9
|
2007-09-30 04:47:36 +00:00
|
|
|
PORTREVISION= 1
|
2004-03-30 22:08:05 +00:00
|
|
|
CATEGORIES= misc
|
2006-11-08 15:14:05 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= laszlof
|
2004-03-30 22:08:05 +00:00
|
|
|
|
2006-11-05 09:55:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-30 22:08:05 +00:00
|
|
|
COMMENT= A library required by smssend (same author)
|
|
|
|
|
2005-06-30 13:58:28 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2007-09-30 04:47:36 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:261 libtool:15
|
2006-11-05 08:02:31 +00:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-30 22:08:05 +00:00
|
|
|
|
2006-06-12 14:43:24 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2005-07-02 06:19:01 +00:00
|
|
|
pre-configure:
|
|
|
|
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
|
|
|
|
|
2004-03-30 22:08:05 +00:00
|
|
|
.include <bsd.port.mk>
|