dbfd750590
While here, also update some PLISTs, fix PREFIX use, etc. ok landry@
34 lines
790 B
Makefile
34 lines
790 B
Makefile
# New ports collection makefile for: sgmlformat
|
|
# Version required: 1.6
|
|
# Date created: July 16, 1997
|
|
# Whom: jfieber
|
|
#
|
|
# $FreeBSD: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $
|
|
# $OpenBSD: Makefile,v 1.20 2011/06/23 22:50:29 naddy Exp $
|
|
#
|
|
|
|
COMMENT= generate groff/HTML from linuxdoc/docbook SGML documents
|
|
|
|
DISTNAME= sgmlformat-1.7
|
|
REVISION = 1
|
|
CATEGORIES= textproc print
|
|
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
# License: BSD, badly worded
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS= textproc/openjade \
|
|
textproc/linuxdoc \
|
|
textproc/docbook
|
|
|
|
FAKE_FLAGS=PREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|