1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/news/unpost/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

23 lines
482 B
Makefile

# New ports collection makefile for: unpoost
# Version required: 2.3.4
# Date created: 14 october 1997
# Whom: volf@oasis.IAEhv.nl
#
# $FreeBSD$
#
DISTNAME= unpost-2.3.4
CATEGORIES= news
MASTER_SITES= http://people.FreeBSD.org/~steve/distfiles/
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>