1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/news/unpost/Makefile
Steve Price ec82883723 Initial import of unpost version 2.3.4.
Extract binary files from mult-segment uuendcoded postings.

PR:		5042
Submitted by:	Frank Volf <volf@oasis.IAEhv.nl>
1998-03-28 14:58:20 +00:00

23 lines
467 B
Makefile

# New ports collection makefile for: unpoost
# Version required: 2.3.4
# Date created: 14 october 1997
# Whom: volf@oasis.IAEhv.nl
#
# $Id$
#
DISTNAME= unpost-2.3.4
CATEGORIES= news
MASTER_SITES= ftp://ftp.rhein.de/pub/unix/news/
MAINTAINER= volf@oasis.IAEhv.nl
MAKEFILE= makefils/linux.mkf
MAN1= unpost.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unpost ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/unpost.doc ${PREFIX}/man/man1/unpost.1
.include <bsd.port.mk>