1995-10-12 07:29:19 +00:00
|
|
|
# New ports collection makefile for: libident
|
1996-09-14 23:15:25 +00:00
|
|
|
# Version required: 0.19
|
1995-10-12 07:29:19 +00:00
|
|
|
# Date created: 9 October 1995
|
|
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
|
|
#
|
1996-09-14 23:15:25 +00:00
|
|
|
# $Id: Makefile,v 1.2 1995/11/22 13:20:03 asami Exp $
|
1995-10-12 07:29:19 +00:00
|
|
|
#
|
|
|
|
|
1996-09-14 23:15:25 +00:00
|
|
|
DISTNAME= libident-0.19
|
1995-11-22 13:20:16 +00:00
|
|
|
CATEGORIES= devel net security
|
1995-10-12 07:29:19 +00:00
|
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
|
|
|
|
|
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
|
|
|
|
ALL_TARGET= freebsd
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
gzip -9nf ${PREFIX}/man/man3/ident.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|