1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/news/unpost/Makefile

26 lines
562 B
Makefile
Raw Normal View History

# New ports collection makefile for: unpoost
# Date created: 14 october 1997
# Whom: volf@oasis.IAEhv.nl
#
1999-08-30 14:33:04 +00:00
# $FreeBSD$
#
PORTNAME= unpost
PORTVERSION= 2.3.4
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= steve
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:28:59 +00:00
COMMENT= Extract binary files from multi-segment uuencoded postings
MAKEFILE= makefils/linux.mkf
MAN1= unpost.1
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/unpost
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unpost ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/unpost.doc ${PREFIX}/man/man1/unpost.1
.include <bsd.port.mk>