mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1dbf0287c0
the Porter's Handbook. :-)
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# New ports collection makefile for: libident
|
|
# Date created: 9 October 1995
|
|
# Whom: torstenb@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libident
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= 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>
|