1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/misc/skyutils/Makefile
Sam Lawrance 7d20adc0c8 Fix build on 4.x (remove some ^M line ends)
PR:		ports/82607
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer (implicit)
Reported by:	lofi
2005-07-02 06:19:01 +00:00

27 lines
642 B
Makefile

# ports collection makefile for: skyutils
# Date created: 21 February 2004
# Whom: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= skyutils
PORTVERSION= 2.8
CATEGORIES= misc
MASTER_SITES= http://zekiller.skytech.org/fichiers/
MAINTAINER= machiel_mastenbroek@hotmail.com
COMMENT= A library required by smssend (same author)
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOCONF_VER= 259
USE_INC_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
pre-configure:
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
.include <bsd.port.mk>