mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
21 lines
322 B
Makefile
21 lines
322 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: qmls
|
|
# Date created: Dec 10, 2001
|
|
# Whom: 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>
|