mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
31aa55f619
Submitted by: torstenb
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# New ports collection makefile for: libident
|
|
# Version required: 0.18
|
|
# Date created: 9 October 1995
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= libident-0.18
|
|
CATEGORIES= development networking security
|
|
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>
|