[BACK]Return to Makefile.freebsd CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

File: [cvsweb.bsd.lv] / mandoc / Attic / Makefile.freebsd (download)

Revision 1.1, Mon Mar 23 21:47:54 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN

Added FreeBSD port Makefile.

# New ports collection makefile for:	textproc/mdocml
# Date created:				09.03.2009
# Whom:					Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	mdocml
PORTVERSION=	@VERSION@
CATEGORIES=	textproc
MASTER_SITES=	http://mdocml.bsd.lv/snapshots/ \
  		https://www.spoerlein.net/pub/mdocml/

MAINTAINER=	uspoerlein@gmail.com
COMMENT=	mdoc macro compiler

MAN1=		mandoc.1
MAN7=		mdoc.7

PLIST_FILES=	bin/mandoc

.include <bsd.port.mk>