10a2b4693f
(5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
35 lines
825 B
Makefile
35 lines
825 B
Makefile
# New ports collection makefile for: insub
|
|
# Date created: 27 Dec 2003
|
|
# Whom: Alfred Perlstein <alfred@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= insub
|
|
PORTVERSION= 15.1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://cloud.github.com/downloads/cjones/insub/
|
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
COMMENT= Some scripts for expressing how you feel on IRC and the web
|
|
|
|
RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \
|
|
figlet:${PORTSDIR}/misc/figlet
|
|
|
|
NO_BUILD= YES
|
|
|
|
USE_BZIP2= YES
|
|
USE_PERL5= yes
|
|
|
|
SCRIPT= ${PORTNAME}.pl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R}
|
|
${MKDIR} ${PREFIX}/share/irssi/scripts/
|
|
${INSTALL_DATA} ${WRKSRC}/${SCRIPT} \
|
|
${PREFIX}/share/irssi/scripts/${SCRIPT}
|
|
${MKDIR} ${PREFIX}/share/cows/
|
|
cd ${WRKSRC} && \
|
|
${FIND} cows | ${CPIO} -pdmu ${PREFIX}/share/
|
|
|
|
.include <bsd.port.mk>
|