freebsd-ports/misc/skyutils/Makefile
Dmitry Marakasov daa2e2bb7c - Switch to USES=libtool, drop .la files
- Mirror distfiles
2014-06-27 22:32:22 +00:00

24 lines
515 B
Makefile

# Created by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
# $FreeBSD$
PORTNAME= skyutils
PORTVERSION= 2.9
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= LOCAL/laszlof \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library required by smssend (same author)
USES= libtool
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-configure:
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
.include <bsd.port.mk>