freebsd-ports/textproc/fdp-tools/Makefile
Baptiste Daroussin cb9a3d6540 Deprecate unmaintained ports from textproc where upstream disapear and/or
 where no distfiles can be found and are not used by maintained ports
2011-03-12 22:35:12 +00:00

31 lines
720 B
Makefile

# New ports collection makefile for: fdp-tools
# Date created: 25 July 2000
# Whom: ue@nathan.ruhr.de
#
# $FreeBSD$
#
PORTNAME= fdp-tools
PORTVERSION= 1.4
CATEGORIES= textproc
MASTER_SITES= http://www.ruhr.de/home/nathan/FreeBSD/
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of small utilities for the FreeBSD Documentation Projekt
DEPRECATED= Distfile is no more available
EXPIRATION_DATE= 2011-05-01
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PERL5= yes
MAN1= makemanent.1 sortmanent.1 slashexpand.1 suppe.1
TOOLS= makemanent sortmanent slashexpand suppe
do-install:
cd ${WRKDIR} && \
${INSTALL_SCRIPT} ${TOOLS} ${PREFIX}/bin &&\
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>