openbsd-ports/textproc/zoem/Makefile

26 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.6 2005/07/23 18:44:02 naddy Exp $
COMMENT= "interpretive macro/programming language"
V= 05-154
DISTNAME= zoem-${V}
PKGNAME= zoem-${V:S,-,_,}
CATEGORIES= textproc lang
HOMEPAGE= http://micans.org/zoem/
MAINTAINER= Andreas Kahari <andreas.kahari@gmail.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
MASTER_SITES= http://micans.org/zoem/src/
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>