# New ports collection makefile for: py-curl # Date created: 2 July 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= curl PORTVERSION= 7.19.0 PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= http://pycurl.sourceforge.net/download/ \ http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= Python interface to libcurl LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl DOCSDIR= ${PREFIX}/share/doc/py-curl EXAMPLESDIR= ${PREFIX}/share/examples/py-curl DATADIR= ${PREFIX}/share/py-curl USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pycurl USE_OPENSSL= yes post-patch: ${REINPLACE_CMD} \ -e 's@data_files=@#data_files=t@' \ ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ChangeLog COPYING COPYING2 INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .if !defined(NOPORDATA) ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/tests/* ${DATADIR} .endif .include 'get'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mlview
Commit message (Expand)AuthorAgeFilesLines
* - Change ${ECHO_CMD} to @${ECHO_CMD}barner2005-09-058-3/+160
* Fix plist.barner2005-07-301-0/+1
* Add dependency for gtksourceview (added to USE_GNOME).barner2005-07-251-1/+1
* - Update to MlView 0.8barner2005-07-236-15/+109
* Fix gnome menu icon.barner2005-03-162-11/+6
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* - Fix WWW: sitebarner2005-03-073-4/+3
* Change email address in ports maintained by me to barner@FreeBSD.orgbarner2005-02-281-1/+1
* Fix build on 4.X.adamw2005-01-111-0/+18
* Update to 0.7.1arved2005-01-095-28/+30
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
* - Update to 0.6.3pav2004-07-285-55/+36
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-081-8/+2
* Add a missing dependency, eel2.mezz2004-05-101-1/+1
* Update to 0.6.2.petef2004-05-036-63/+9
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* Add size data.trevor2004-03-311-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Add mlview, a tree based XML editor for GNOMEpav2003-12-07