aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/lacheck/Makefile
blob: d52065d3dff6d0fbbb7ca321249c9ade8290d735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    lacheck
# Date created:     8 February 2002
# Whom:         Uwe Pierau <uwe.pierau@tu-clausthal.de>
#
# $FreeBSD$
#

PORTNAME=   lacheck
PORTVERSION=    1.26
CATEGORIES= textproc
MASTER_SITES=   ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/mirror/ftp/lacheck/ \
        ftp://ftp.sunsite.dk/pub/text/lacheck/

MAINTAINER= uwe.pierau@tu-clausthal.de

MAN1=       lacheck.1
ALL_TARGET= lacheck lacheck.1

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${PREFIX}/man/man1

.include <bsd.port.mk>