blob: 8de97ad26948f0624ad43304d3676dff16179d7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: vee
# Date created: 24 April 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vee
PORTVERSION= 0.9.9.a
CATEGORIES= www
MASTER_SITES= CENKES
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Tiny CLI blogging tool
USE_BZIP2= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>
|