openbsd-ports/textproc/sgmlformat/Makefile

27 lines
608 B
Makefile
Raw Normal View History

2012-08-18 08:41:37 -04:00
# $OpenBSD: Makefile,v 1.21 2012/08/18 12:41:39 ajacoutot Exp $
1998-04-05 05:54:22 -04:00
COMMENT= generate groff/HTML from linuxdoc/docbook SGML documents
DISTNAME= sgmlformat-1.7
REVISION = 1
1998-04-05 05:54:22 -04:00
CATEGORIES= textproc print
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
1998-04-05 05:54:22 -04:00
2000-10-07 12:49:23 -04:00
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
1998-04-05 05:54:22 -04:00
2003-11-15 10:12:53 -05:00
# License: BSD, badly worded
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= c
2000-02-12 01:29:49 -05:00
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= textproc/openjade \
textproc/linuxdoc \
textproc/docbook
1998-04-05 05:54:22 -04:00
2000-06-09 20:35:20 -04:00
FAKE_FLAGS=PREFIX=${PREFIX}
1998-04-05 05:54:22 -04:00
.include <bsd.port.mk>