25 lines
487 B
Makefile
25 lines
487 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/08 22:15:47 sturm Exp $
|
||
|
|
||
|
COMMENT= "interpretive macro/programming language"
|
||
|
|
||
|
V= 03-300
|
||
|
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>
|