mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= qmls
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= cad
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Quine-McCluskey Logic Simplifier
|
|
|
|
PLIST_FILES= bin/qmls
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|