aboutsummaryrefslogtreecommitdiffstats
path: root/misc/skyutils/Makefile
blob: c864721545b763ee255c1129ad7d6c6947882a6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
# $FreeBSD$

PORTNAME=   skyutils
PORTVERSION=    2.9
PORTREVISION=   4
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
INSTALL_TARGET= install-strip

WRKSRC=     ${WRKDIR}/${PORTNAME}

pre-configure:
    @${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h

.include <bsd.port.mk>