freebsd-ports/news/slrnface/Makefile
Oliver Braun 7d52fa1fed * Upgrade to 2.1.1.
* Pass maintainership to submitter.

PR:		ports/42476
Submitted by:	Volker Stolz <vs@lambda.foldr.org>
2002-09-06 13:56:08 +00:00

30 lines
695 B
Makefile

# New ports collection makefile for: slrnface
# Date created: 10 April 2002
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
#
PORTNAME= slrnface
PORTVERSION= 2.1.1
CATEGORIES= news
MASTER_SITES= http://dave.willfork.com/slrnface/
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
ALL_TARGET= slrnface
USE_XLIB= yes
MAN1= slrnface.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/slrnface ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/slrnface.1 ${MAN1PREFIX}/man/man1/slrnface.1
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/slrnface.sl ${EXAMPLESDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>