123456789101112131415161718192021222324252627 |
- # $OpenBSD: Makefile,v 1.2 2016/01/11 09:35:45 ajacoutot Exp $
- COMMENT = convert Texinfo data to mdoc input
- DISTNAME = texi2mdoc-0.1.2
- REVISION = 0
- CATEGORIES = textproc
- HOMEPAGE = http://mdocml.bsd.lv/texi2mdoc/
- MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
- # ISC
- PERMIT_PACKAGE_CDROM = Yes
- WANTLIB += c
- MASTER_SITES = http://mdocml.bsd.lv/texi2mdoc/snapshots/
- EXTRACT_SUFX = .tgz
- MAKE_FLAGS = CC="${CC}"
- NO_TEST = Yes
- .include <bsd.port.mk>
|