blob: a03f149abced467913e0cb73912684f0da1dae64 (
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
24
25
26
27
|
# New ports collection makefile for: pchecker
# Date created: 2012-02-23
# Whom: Alex Kozlov <spam@rm-rf.kiev.ua>
#
# $FreeBSD$
#
PORTNAME= pchecker
PORTVERSION= 1.9
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= ak-various-projects
MAINTAINER= ak@FreeBSD.org
COMMENT= A tool that checks the ports tree for various errors
LICENSE= BSD
USE_XZ= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|