mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
450bcc58e6
PR: 37294 Submitted by: maintainer
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: integrit
|
|
# Date created: Dec 30, 2000
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= integrit
|
|
PORTVERSION= 3.00.05
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/-beta/}
|
|
|
|
MAINTAINER= jos@catnook.com
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}-beta
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= ${PORTNAME} utils
|
|
|
|
MAN1= i-ls.1 i-viewdb.1 integrit.1
|
|
|
|
.include <bsd.port.mk>
|