mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
331 B
Makefile
19 lines
331 B
Makefile
|
# New ports collection makefile for: umatrix
|
||
|
# Version required: 1.1
|
||
|
# Date created: 1 May 1997
|
||
|
# Whom: Sandro Sigala <ssigala@globalnet.it>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= umatrix-1.1
|
||
|
CATEGORIES= math
|
||
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||
|
|
||
|
MAINTAINER= ssigala@globalnet.it
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
MAN1= umatrix.1
|
||
|
|
||
|
.include <bsd.port.mk>
|