From 42c3e01f07107a7ded656f841e10cae90815ea5d Mon Sep 17 00:00:00 2001 From: makc Date: Sun, 12 May 2013 11:48:49 +0000 Subject: - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html --- irc/kvirc/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'irc/kvirc') diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index fff01102ea8c..3c69c604a19e 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kvirc -# Date created: 05 January 2004 -# Whom: Michael Ranner -# +# Created by: Michael Ranner # $FreeBSD$ -# PORTNAME= kvirc PORTVERSION= 4.2.0 @@ -19,7 +15,7 @@ MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/%SUBDIR%/ \ MASTER_SITE_SUBDIR= ${PORTVERSION}/source MAINTAINER= makc@FreeBSD.org -COMMENT?= IRC client for KDE4 +COMMENT?= IRC client for KDE 4 .if !defined(PKGNAMESUFFIX) CONFLICTS_INSTALL= kvirc-qt4-4.* @@ -40,7 +36,7 @@ MAKE_JOBS_SAFE= yes MAN1= kvirc.1 MANLANG= "" de fr it pt uk -OPTIONS_DEFINE= AUDIOFILE GSM PERL PYTHON +OPTIONS_DEFINE= AUDIOFILE GSM PERL PYTHON DEBUG AUDIOFILE_DESC= Support for various audio formats GSM_DESC= u-law to gsm audio converter support @@ -75,7 +71,7 @@ USE_KDE4= kdelibs automoc4 kdeprefix PLIST_SUB+= QT="@comment " KDE="" .endif #defined(PKGNAMESUFFIX) -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CMAKE_ARGS+= -DWITH_DEBUG=yes -DVERBOSE=yes .endif -- cgit /devel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rsynth
Commit message (Expand)AuthorAgeFilesLines
* Mark broken unfetchable portsbapt2015-04-061-0/+1
* Cleanup plistbapt2014-10-201-1/+0
* Do not create already packed empty directoriesbapt2014-09-031-1/+0
* Rename audio/ patch-xy patches to reflect the files they modify.adamw2014-07-283-1/+1
* audio/rsynth: Tweak patch for DragonFly supportmarino2014-07-051-7/+7
* Add staging supportpawel2014-03-171-2/+4
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-2/+2
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* - drop maintainershipdinoex2013-02-261-1/+1
* - cleanup headerdinoex2013-01-271-5/+1
* - Track dependencies after databases/gdbm updategabor2011-09-121-1/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* - fix build with autoconf 268dinoex2010-11-146-3819/+40
* - remove BROKENdinoex2010-11-131-2/+0
* Mark BROKEN: does not fetcherwin2010-10-171-0/+2
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-20