25 lines
483 B
Makefile
25 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.3 2004/06/30 23:38:56 naddy Exp $
|
|
|
|
COMMENT= "interpretive macro/programming language"
|
|
|
|
V= 04-173
|
|
DISTNAME= zoem-${V}
|
|
PKGNAME= zoem-${V:S,-,_,}
|
|
CATEGORIES= textproc lang
|
|
|
|
HOMEPAGE= http://micans.org/zoem/
|
|
|
|
MAINTAINER= Andreas Kahari <andreas.kahari@unix.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://micans.org/zoem/src/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|