mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c4ee2eac58
- Use SSLv23_methods - Add USES= ssl Approved by: SSL blanket
27 lines
575 B
Makefile
27 lines
575 B
Makefile
# Created by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= skyutils
|
|
PORTVERSION= 2.9
|
|
PORTREVISION= 5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= LOCAL/laszlof \
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library required by smssend (same author)
|
|
|
|
USES= autoreconf libtool ssl
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libskyutils.so
|
|
|
|
.include <bsd.port.mk>
|