12 lines
264 B
Makefile
12 lines
264 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2020/01/03 06:48:10 pho Exp $
|
||
|
|
||
|
DISTNAME= unix-compat-0.5.2
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= pho@cielonegro.org
|
||
|
COMMENT= Portable POSIX-compatibility layer
|
||
|
LICENSE= modified-bsd
|
||
|
|
||
|
.include "../../mk/haskell.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|