2013-05-07 11:15:49 +02:00
|
|
|
# Created by: Pete Fritchman <petef@databits.net>
|
2001-05-24 16:17:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jlj
|
2006-05-19 17:02:33 +02:00
|
|
|
PORTVERSION= 2.12
|
2001-05-24 16:17:27 +02:00
|
|
|
CATEGORIES= deskutils net
|
2006-09-30 20:05:59 +02:00
|
|
|
MASTER_SITES= http://umlautllama.com/projects/perl/ \
|
|
|
|
http://www.atarininja.org/~wxs/distfiles/
|
2001-05-24 16:17:27 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
2010-10-16 16:49:57 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Jerry's command-line LiveJournal.com entry system
|
2001-05-24 16:17:27 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2013-05-07 11:15:49 +02:00
|
|
|
USES= shebangfix
|
2006-05-19 17:02:33 +02:00
|
|
|
USE_PERL5_RUN= yes
|
2001-05-24 16:17:27 +02:00
|
|
|
NO_BUILD= yes
|
2006-05-19 17:02:33 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
PLIST_FILES= bin/jlj share/examples/jlj/dot.livejournal.rc
|
|
|
|
PLIST_DIRS= share/examples/jlj
|
|
|
|
|
2013-05-07 11:15:49 +02:00
|
|
|
SHEBANG_FILES= jlj.pl
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2006-05-19 17:02:33 +02:00
|
|
|
PORTDOCS= README
|
|
|
|
.endif
|
2001-05-24 16:17:27 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/jlj.pl ${PREFIX}/bin/jlj
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/jlj
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/.livejournal.rc \
|
|
|
|
${PREFIX}/share/examples/jlj/dot.livejournal.rc
|
2013-05-07 11:15:49 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2006-05-19 17:02:33 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.JLJ ${DOCSDIR}/README
|
2001-05-24 16:17:27 +02:00
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|