freebsd-ports/misc/matrix-kmod/Makefile
Akinori MUSHA b014e5626c Change the package name from "matrix" to "matrix-kmod" by setting
PKGNAMESUFFIX in order to avoid conflict with math/matrix.
2001-11-06 20:30:00 +00:00

27 lines
513 B
Makefile

# New ports collection makefile for: strijar
# Date created: 22 Dec 2000
# Whom: Oleg Belousov <strijar@urai.ru>
#
# $FreeBSD$
#
PORTNAME= matrix
PORTVERSION= 1.2
CATEGORIES= misc
MASTER_SITES= http://www.belousov.com/download/
PKGNAMESUFFIX= -kmod
MAINTAINER= strijar@urai.ru
MAKE_ENV= DESTDIR="${PREFIX}/lib/matrix"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
BROKEN= "Need FreeBSD 4.0 or above"
.endif
pre-install:
${MKDIR} ${PREFIX}/lib/matrix/modules
.include <bsd.port.post.mk>