mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
ec82883723
Extract binary files from mult-segment uuendcoded postings. PR: 5042 Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
23 lines
467 B
Makefile
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>
|