freebsd-ports/math/umatrix/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

21 lines
390 B
Makefile

# New ports collection makefile for: umatrix
# Date created: 1 May 1997
# Whom: Sandro Sigala <ssigala@globalnet.it>
#
# $FreeBSD$
#
PORTNAME= umatrix
PORTVERSION= 1.1
CATEGORIES= math
MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple matrix package
GNU_CONFIGURE= yes
MAN1= umatrix.1
PLIST_FILES= bin/umatrix
.include <bsd.port.mk>