mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19771db9c7
SGML documents, e.g. indenting (!) (still experimental, though), written by the submitter. Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
28 lines
566 B
Makefile
28 lines
566 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.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.ruhr.de/home/nathan/FreeBSD/
|
|
|
|
MAINTAINER= ue@nathan.ruhr.de
|
|
|
|
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>
|