mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
2d8b17ea39
With hat: portmgr
16 lines
238 B
Makefile
16 lines
238 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
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>
|