aboutsummaryrefslogblamecommitdiff
path: root/www/vee/Makefile
blob: 07d01a9d239401bc5ba9a46add34bebf4107b208 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                  
                          
                   


                                                
 
                                 

                                      



                               
                                                                                           

           
                                                                   

                      
# 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
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:
	@${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME}

do-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/

.include <bsd.port.mk>