1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/news/slrnface/Makefile
Volker Stolz f94ee3fd39 - Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here

Approved by: linimon (mentor)
2004-03-10 13:16:50 +00:00

33 lines
749 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
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= http://dave.willfork.com/slrnface/
MAINTAINER= vs@FreeBSD.org
COMMENT= Shows X-Faces from slrn in X11 terminal emulator
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>