1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/misc/skyutils/Makefile
Eitan Adler fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00

24 lines
504 B
Makefile

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