1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/news/unpost/Makefile
Baptiste Daroussin dc2d1e511c Deprecate unmaintained ports from news where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 08:05:25 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: unpoost
# Date created: 14 october 1997
# Whom: volf@oasis.IAEhv.nl
#
# $FreeBSD$
#
PORTNAME= unpost
PORTVERSION= 2.3.4
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= steve
MAINTAINER= ports@FreeBSD.org
COMMENT= Extract binary files from multi-segment uuencoded postings
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
MAKEFILE= makefils/linux.mkf
MAN1= unpost.1
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>