# New ports collection makefile for: thefish # Date created: Sat Mar 16 17:49:09 CET 2002 # Whom: Miguel Mendez # # $FreeBSD$ # PORTNAME= thefish PORTVERSION= 0.6.6 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mmendez@energyhq.be COMMENT= Qt/Gtk+/ncurses rc.conf editor/management tool MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" WANT_GNOME= yes OPTIONS= CONSOLE "Disable X11 support" off \ GTK "Use GTK+ for the X11 interface" on \ QT "Use Qt for the X11 interface" off PORT_DBDIR?= /var/db/ports LATEST_LINK= ${PORTNAME} OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options .if exists(${OPTIONSFILE}) .include "${OPTIONSFILE}" .endif # Honour legacy WITHOUT_X11 and NO_GUI and support new options .if defined(WITHOUT_X11) || defined(NO_GUI) || defined(WITH_CONSOLE) NO_GUI= yes MAKE_ENV+= NO_GUI=yes .endif .if defined(WITH_GTK) || !defined(WITHOUT_GTK) USE_GNOME= gtk20 MAKE_ENV+= WITH_GTK=yes .endif .if defined(WITH_QT) USE_QT_VER= 3 MAKE_ENV+= WITH_QT=yes CXXFLAGS+= -Wall -DWITH_QT -I${LOCALBASE}/include .endif MAN1= thefish.1 PLIST_FILES= bin/thefish do-install: @${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 .include .if ${OSVERSION} >= 900000 BROKEN= does not build .endif .include '>master FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.7.16feld2013-10-083-16/+14
* Use PKGNAMESUFFIX and remove NO_LATEST_LINKjohans2013-10-061-1/+1
* Removed unmaintained (ports@) or gnome@ ports depending on gnome1bapt2013-10-058-91/+0
* Support staging, and update LIB_DEPENDS format.mandree2013-10-012-22/+36
* - fix perl compatibility with getoptdinoex2013-09-242-3/+15
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-219-9/+14