2d8b17ea39
With hat: portmgr
15 lines
238 B
Makefile
15 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>
|