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

                                 

                                         
                   


                                     
 
                                        
 

                    
           
                                                                
                                                                                   
 
                      
PORTNAME=	anyremote2html
PORTVERSION=	1.4
CATEGORIES=	www deskutils
MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Web interface for anyRemote
WWW=		http://anyremote.sourceforge.net/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	anyremote:comms/anyremote

GNU_CONFIGURE=	yes
USES=		python:run shebangfix
SHEBANG_FILES=	anyremote2html
NO_ARCH=	yes

PORTDOCS=	ChangeLog README AUTHORS

OPTIONS_DEFINE=	DOCS

post-patch:
	@${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.*
	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME}

.include <bsd.port.mk>