9054fc6a8a
PR: ports/97374 Submitted by: Wesley Shields
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
Makefile
# New ports collection makefile for: jlj
|
|
# Date created: 29 April 2001
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jlj
|
|
PORTVERSION= 2.12
|
|
CATEGORIES= deskutils net
|
|
MASTER_SITES= http://patsy.cis.rit.edu/Software/perl/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= wxs@csh.rit.edu
|
|
COMMENT= Jerry's command-line LiveJournal.com entry system
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_PERL5_RUN= yes
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
PLIST_FILES= bin/jlj share/examples/jlj/dot.livejournal.rc
|
|
PLIST_DIRS= share/examples/jlj
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= README
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's!/usr/bin/perl!${PERL}!' ${WRKSRC}/jlj.pl
|
|
|
|
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
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.JLJ ${DOCSDIR}/README
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|