1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/ck4up/Makefile
Steve Wills 9ecf13adc3 - This works OK with Ruby 1.9, remove RUBY_VER=1.8
PR:		ports/159149
With Hat:	ruby@
2011-08-06 16:13:22 +00:00

39 lines
783 B
Makefile

# Ports collection makefile for: ck4up
# Date created: November 19, 2006
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ck4up
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://jue.li/crux/ck4up/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Checks http and ftp sites for updates
RUN_DEPENDS= ${RUBY_ARCHLIBDIR}/gdbm.so:${PORTSDIR}/databases/ruby-gdbm
NO_BUILD= yes
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
MAN1= ck4up.1
PORTEXAMPLES= ck4up.conf
PLIST_FILES= bin/ck4up
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/ck4up.conf ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>