# Created by: ijliao PORTNAME= codeworker PORTVERSION= 4.5.3 CATEGORIES= devel MASTER_SITES= http://codeworker.free.fr/downloads/ DISTNAME= CodeWorker_SRC${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org COMMENT= Versatile parsing tool and source code generator LICENSE= LGPL21 WRKSRC= ${WRKDIR}/CodeWorker${PORTVERSION:S/./_/g} USES= dos2unix gmake zip MAKE_ARGS= CC="${CXX}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LFLAGS="-lm" ALL_TARGET= build CFLAGS+= -Dstricmp=strcasecmp PLIST_FILES= bin/codeworker post-patch: @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's||| ; \ s|(__cplusplus) \&\&|(__cplusplus) // \&\&|' do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} codeworker ${STAGEDIR}${PREFIX}/bin) .include Git repository'/>
aboutsummaryrefslogblamecommitdiffstats
blob: 84ae8beb93c8962d62d52525d66b26ad38f38200 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                 
                                                                                




                                
                           




                                                           
# ex:ts=8
# Ports collection makefile for:    py-fngrab
# Date created:         Mar 23, 2002
# Whom:                 ijliao
#
# $FreeBSD$
#

PORTNAME=   fngrab
PORTVERSION=    0.0.4
CATEGORIES= net python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= freebbs
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A replacement for the official Freenet Project's freenet_request

BUILD_DEPENDS=  ${PYXML}
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

post-install:
    @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab

.include <bsd.port.mk>