summaryrefslogblamecommitdiff
path: root/ports-mgmt/portlint/Makefile
blob: 909a2aa30f28fb37e257971c24b76e6dfe372c94 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
                                   
                                                                    
 
           
 

                                                   
 
                        
                   
                     
                      
                      
 
                                 
 
                   
                   
                   
 
                              
 

                          


                   
           

                                                                   

                      
# New ports collection makefile for:	portlint
# Date created:		13 Jun 1997
# Whom:			Jun-ichiro itojun Hagino <itojun@itojun.org>
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#

PORTNAME=	portlint
PORTVERSION=	2.3
CATEGORIES=	devel
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	mharo@FreeBSD.org

NO_BUILD=	yes
NO_WRKSUBDIR=	yes
USE_PERL5=	yes

SRC=		${.CURDIR}/src

MAN1=		portlint.1

do-fetch:
	@${DO_NADA}

do-install:
	${INSTALL_SCRIPT} ${SRC}/portlint.pl ${PREFIX}/bin/portlint
	${INSTALL_MAN} ${SRC}/portlint.1 ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>