summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.openbsd
blob: 12b5ef1141d4c1957fac1d1e4c1377820b2f5394 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $OpenBSD$

COMMENT=		mdoc macro compiler

DISTNAME=		mdocml-@VERSION@
CATEGORIES=		textproc

HOMEPAGE=		http://mdocml.bsd.lv/

MAINTAINER=		Kristaps Dzonsons <kristaps@kth.se>

# BSD
PERMIT_PACKAGE_CDROM=	Yes
PERMIT_PACKAGE_FTP=	Yes
PERMIT_DISTFILES_CDROM=	Yes
PERMIT_DISTFILES_FTP=	Yes

MASTER_SITES=		http://mdocml.bsd.lv/snapshots/

WANTLIB=		c

.include <bsd.port.mk>