1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
freebsd-ports/www/vee/Makefile

28 lines
608 B
Makefile
Raw Normal View History

# New ports collection makefile for: vee
# Date created: 24 April 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vee
DISTVERSION= 0.9.9-zeta
CATEGORIES= www
2007-09-10 16:15:06 +00:00
MASTER_SITES= http://www.0x743.com/vee/ CENKES
# Also here: http://code.google.com/p/vee/
EXTRACT_SUFX= .tgz
MAINTAINER= estrabd@gmail.com
COMMENT= Tiny CLI blogging tool
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
post-patch:
2007-09-10 16:15:06 +00:00
@${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME}
do-install:
2007-09-10 16:15:06 +00:00
@${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>