mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
184a11723a
Reported by: krismail
31 lines
638 B
Makefile
31 lines
638 B
Makefile
# New ports collection makefile for: dazuko
|
|
# Date created: 01 March 2004
|
|
# Whom: Rob Evers <rob@debank.tv>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dazuko
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://dazuko.org/files/
|
|
|
|
MAINTAINER= rob@debank.tv
|
|
COMMENT= A common interface for 3rd party file access control
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 600000
|
|
IGNORE= "Only supports FreeBSD 4.X and 5.X"
|
|
.endif
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/modules/
|
|
${INSTALL_DATA} ${WRKSRC}/dazuko.ko ${PREFIX}/modules/dazuko.ko
|
|
|
|
post-install:
|
|
${SH} ${PKGINSTALL} ${PREFIX} POST-INSTALL
|
|
|
|
.include <bsd.port.post.mk>
|