mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
48420a5ebd
PR: ports/116639 Submitted by: aDe
29 lines
659 B
Makefile
29 lines
659 B
Makefile
# ports collection makefile for: skyutils
|
|
# Date created: 21 February 2004
|
|
# Whom: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skyutils
|
|
PORTVERSION= 2.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= laszlof
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library required by smssend (same author)
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_AUTOTOOLS= autoconf:261 libtool:15
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
|
|
|
|
.include <bsd.port.mk>
|