mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lowdown
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Simple Markdown translator
|
|
|
|
LICENSE= ISCL
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libdiff.a:textproc/libdiff
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-diff
|
|
|
|
.include <bsd.port.mk>
|