2002-08-22 22:03:15 +02:00
|
|
|
# New ports collection makefile for: slrnface
|
|
|
|
# Date created: 10 April 2002
|
|
|
|
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= slrnface
|
2002-09-06 15:56:08 +02:00
|
|
|
PORTVERSION= 2.1.1
|
2002-08-22 22:03:15 +02:00
|
|
|
CATEGORIES= news
|
2002-09-06 15:56:08 +02:00
|
|
|
MASTER_SITES= http://dave.willfork.com/slrnface/
|
2002-08-22 22:03:15 +02:00
|
|
|
|
2002-09-06 15:56:08 +02:00
|
|
|
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Shows X-Faces from slrn in X11 terminal emulator
|
2002-08-22 22:03:15 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
|
|
|
|
|
|
|
|
ALL_TARGET= slrnface
|
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
|
2002-09-06 15:56:08 +02:00
|
|
|
MAN1= slrnface.1
|
2002-08-22 22:03:15 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/slrnface ${PREFIX}/bin
|
2002-09-06 15:56:08 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/slrnface.1 ${MAN1PREFIX}/man/man1/slrnface.1
|
2002-08-22 22:03:15 +02:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/slrnface.sl ${EXAMPLESDIR}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|