freebsd-ports/news/slrnconf/Makefile

40 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: slrnconf
# Date created: 13 Jun 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= slrnconf
2005-10-24 14:33:42 +02:00
PORTVERSION= 0.8.4
2012-06-01 07:26:28 +02:00
PORTREVISION= 5
CATEGORIES= news
MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/
2004-01-07 21:13:39 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical configuation utility for the newsreader slrn
2012-06-28 20:37:23 +02:00
BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
2005-10-24 14:33:42 +02:00
USE_BZIP2= yes
USE_PERL5= yes
2005-10-24 14:33:42 +02:00
MAKE_ARGS+= PREFIX=${PREFIX}
do-install:
@${MKDIR} ${DATADIR}/help
@${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help
@${MKDIR} ${DATADIR}/data
@${INSTALL_DATA} ${WRKSRC}/data/* ${DATADIR}/data
@${INSTALL_SCRIPT} ${WRKSRC}/slrnconf ${PREFIX}/bin
.for i in preferences.pm rc_grammar.pm ui.pm
@${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ABOUT COPYING README
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>