# New ports collection makefile for: umit # Date created: 20 April 2007 # Whom: Elisey Savateev # # $FreeBSD$ # PORTNAME= umit PORTVERSION= 0.9.3 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bio3k.softboard.ru/uploads/arch/ MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= b3k@mail.ru COMMENT= UMIT is the nmap frontend developed with Python and PyGTK RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 USE_BZIP2= yes USE_PYTHON= yes USE_GNOME= pygtk2 INSTALLS_EGGINFO= yes .include .if ${ARCH} != "i386" WITHOUT_PSYCO= yes .endif .ifndef(WITHOUT_PSYCO) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco .endif pre-everything:: .ifndef(WITHOUT_PSYCO) @${ECHO_MSG} '===> Define WITHOUT_PSYCO to disable devel/py-psyco optimization' .endif do-build: cd ${WRKSRC} && ${PYTHON_CMD} setup.py build do-install: cd ${WRKSRC} && ${PYTHON_CMD} setup.py install --prefix ${PREFIX} .include e='freebsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update py-qt4 to py-qt4.5.4miwi2009-08-053-5/+11
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* - Unbreak on sparc64 (it builds fine)gahr2009-07-281-4/+0
* Update PyQt4 ports to 4.4.4, new ports:makc2009-02-153-189/+197
* Mark as broken on sparc64.linimon2008-12-101-0/+4
* The first iteration of the py-qt4-* ports had a snapshot date as itsmiwi2008-07-261-0/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Update to 4.3.3miwi2008-03-202-14/+16
* - Update to 4.3.1miwi2007-10-022-4/+4
* - Update to PyQt-4.3miwi2007-09-144-212/+36
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to 4.2miwi2007-04-183-24/+52