blob: fa85cdfd8640c7442429ca03c058ec9ece6a67d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: libident
# Version required: 0.21
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $FreeBSD$
#
DISTNAME= libident-0.22
CATEGORIES= devel net security
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
MAINTAINER= torstenb@FreeBSD.ORG
ALL_TARGET= freebsd
MAN3= ident.3
.include <bsd.port.mk>
|