19 lines
360 B
Makefile
19 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:47:55 espie Exp $
|
|
|
|
COMMENT= backend to diagram op trees
|
|
|
|
MODULES= cpan
|
|
DISTNAME= B-Graph-0.51
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|