mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
11780b61cd
PR: ports/97248 Submitted by: Martin Wilke <freebsd@unixfreunde.de> (now miwi@) Approved by: maintainer time-out, lawrance (mentor, implicit)
29 lines
710 B
Makefile
29 lines
710 B
Makefile
# New ports collection makefile for: irssi-scripts
|
|
# Date created: Jul 14 2005
|
|
# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= irssi-scripts
|
|
PORTVERSION= 20060513
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://ftp.debian.org/debian/pool/main/i/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= karma@ez.pereslavl.ru
|
|
COMMENT= Collection of useful scripts for the irssi IRC-client
|
|
|
|
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && tar xzf scripts.tar.gz && cd scripts && \
|
|
${FIND} . | ${CPIO} --quiet -pdm -L -R ${LIBOWN}:${LIBGRP} \
|
|
${PREFIX}/share/irssi/scripts
|
|
|
|
.include <bsd.port.mk>
|