blob: 0aaae3055334f0b96d970066f739178e535153e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: linux-krb5-libs
# Date created: 2006-08-04
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= krb5-libs
PORTVERSION= 1.4
CATEGORIES= security linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-3
MAINTAINER= acm@FreeBSD.org
COMMENT= An authentication system, successor to Kerberos IV (Linux version)
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
INSTALLS_SHLIB= yes
AUTOMATIC_PLIST=yes
DESCR= ${.CURDIR}/../${PORTNAME:S/-libs//}/pkg-descr
.include <bsd.port.mk>
|