mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- cleanup header
- strip shlibversion in depedency
This commit is contained in:
parent
c210151c2f
commit
1d62d821d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311023
12 changed files with 31 additions and 78 deletions
|
@ -1,9 +1,5 @@
|
|||
# ports collection makefile for: hylafax
|
||||
# Date created: 16 May 1995
|
||||
# Whom: Julian Stacey <jhs@freebsd.org>
|
||||
#
|
||||
# Created by: Julian Stacey <jhs@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hylafax
|
||||
PORTVERSION= 6.0.6
|
||||
|
@ -16,7 +12,7 @@ COMMENT= Fax software
|
|||
BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm
|
||||
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
jbig.1:${PORTSDIR}/graphics/jbigkit
|
||||
jbig:${PORTSDIR}/graphics/jbigkit
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: comical
|
||||
# Date created: 6 June 2005
|
||||
# Whom: John McAree <john@mcaree.org>
|
||||
#
|
||||
# Created by: John McAree <john@mcaree.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= comical
|
||||
PORTVERSION= 0.8
|
||||
|
@ -14,7 +10,7 @@ MASTER_SITES= SF
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A sequential image viewer
|
||||
|
||||
LIB_DEPENDS= unrar.3:${PORTSDIR}/archivers/libunrar
|
||||
LIB_DEPENDS= unrar:${PORTSDIR}/archivers/libunrar
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Yet another GTK+ based image viewer
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png15:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBMNG}
|
||||
LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng
|
||||
LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng
|
||||
PLIST_SUB+= WITH_LIBMNG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libmng
|
||||
|
@ -59,7 +59,7 @@ PLIST_SUB+= WITH_LIBMNG="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBWMF}
|
||||
LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf
|
||||
LIB_DEPENDS+= wmf:${PORTSDIR}/graphics/libwmf
|
||||
PLIST_SUB+= WITH_LIBWMF=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libwmf
|
||||
|
@ -67,7 +67,7 @@ PLIST_SUB+= WITH_LIBWMF="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBRSVG2}
|
||||
LIB_DEPENDS+= rsvg-2.2:${PORTSDIR}/graphics/librsvg2
|
||||
LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2
|
||||
PLIST_SUB+= WITH_LIBRSVG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-librsvg
|
||||
|
@ -75,7 +75,7 @@ PLIST_SUB+= WITH_LIBRSVG="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBEXIF}
|
||||
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
|
||||
LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-exif
|
||||
|
@ -91,7 +91,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBXINE}
|
||||
LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine
|
||||
LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine
|
||||
CONFIGURE_ARGS+= --with-xine
|
||||
PLIST_SUB+= WITH_LIBXINE=""
|
||||
.else
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Ruby/gd
|
||||
# Date created: 27 Sep 2000
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gd
|
||||
PORTVERSION= 0.8.0
|
||||
|
@ -18,7 +14,7 @@ DIST_SUBDIR= ruby
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Ruby extension library to use Thomas Boutell's gd library
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
@ -33,7 +29,7 @@ INSTALL_TARGET= site-install
|
|||
|
||||
CONFIGURE_ARGS+= --enable-gd2_0 \
|
||||
--with-gd-include="${LOCALBASE}/include"
|
||||
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
|
||||
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: sentinel
|
||||
# Date created: 14 May 2002
|
||||
# Whom: Peter Hollaubek <fifteen@inext.hu>
|
||||
#
|
||||
# Created by: Peter Hollaubek <fifteen@inext.hu>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sentinel
|
||||
PORTVERSION= 1.7b
|
||||
|
@ -14,7 +10,7 @@ MASTER_SITES= SF/smfilter/${PORTNAME}/Sentinel%20${PORTVERSION}
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A sendmail milter API implementation
|
||||
|
||||
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: magicpoint
|
||||
# Date created: 24 December 1997
|
||||
# Whom: itojun@itojun.org
|
||||
#
|
||||
# Created by: itojun@itojun.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= magicpoint
|
||||
PORTVERSION= 1.13a
|
||||
|
@ -65,7 +61,7 @@ CONFIGURE_ARGS+= --disable-xft2
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGIF}
|
||||
LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib
|
||||
LIB_DEPENDS+= gif:${PORTSDIR}/graphics/giflib
|
||||
CONFIGURE_ARGS+= --enable-gif
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
.else
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# New ports collection makefile for: sabbu
|
||||
# Date created: 2005-04-14
|
||||
# Whom: dikr.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sabbu
|
||||
PORTVERSION= 0.3.0
|
||||
|
@ -14,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Sabbu%20${PORTVERSION}
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Program used to time subtitles
|
||||
|
||||
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
|
||||
LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg \
|
||||
sndfile:${PORTSDIR}/audio/libsndfile
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -37,7 +32,7 @@ PLIST_SUB+= WITH_NLS=""
|
|||
|
||||
ASPELL_PORT?= textproc/aspell
|
||||
.if !defined(WITHOUT_GTKSPELL)
|
||||
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
||||
LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell
|
||||
PLIST_SUB+= WITH_ASPELL=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_ASPELL="@comment "
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# New ports collection makefile for: licq-osd
|
||||
# Date created: 2003-07-15
|
||||
# Whom: nm@web.am
|
||||
#
|
||||
# Created by: nm@web.am
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
PORTNAME= osd
|
||||
PORTVERSION= ${OSD_LICQ_VER}
|
||||
|
@ -14,8 +9,8 @@ CATEGORIES= net-im
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= OnScreenDisplay messages in licq
|
||||
|
||||
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \
|
||||
boost_regex.4:${PORTSDIR}/devel/boost-libs
|
||||
LIB_DEPENDS= xosd:${PORTSDIR}/misc/xosd \
|
||||
boost_regex:${PORTSDIR}/devel/boost-libs
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-gui
|
||||
# run dependency may be too strict, delete it if you use another
|
||||
# plugin (gtk+) and wish run osd with it. i've not tested with
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: sixxs-aiccu
|
||||
# Date created: 2004-09-07
|
||||
# Whom: Meno Abels <meno.abels@adviser.com>
|
||||
#
|
||||
# Created by: Meno Abels <meno.abels@adviser.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aiccu
|
||||
PORTVERSION= 20070115
|
||||
|
@ -16,7 +12,7 @@ DISTNAME= aiccu_20070115
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client
|
||||
|
||||
LIB_DEPENDS= gnutls-openssl.27:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS= gnutls-openssl:${PORTSDIR}/security/gnutls
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: knews
|
||||
# Date created: Sun Apr 14 09:23:59 MET DST 1996
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= knews
|
||||
PORTVERSION= 1.0b.1
|
||||
|
@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR=dinoex
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A threaded nntp newsreader for X
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
compface:${PORTSDIR}/mail/faces
|
||||
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: tinc
|
||||
# Date created: Jul 11, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tinc
|
||||
PORTVERSION= 1.0.19
|
||||
|
@ -16,7 +11,7 @@ MASTER_SITES= http://www.tinc-vpn.org/packages/ \
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A Virtual Private Network (VPN) daemon
|
||||
|
||||
LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
|
||||
LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: lesstif
|
||||
# Date created: December 10, 1996
|
||||
# Whom: 1wardd@airmail.net
|
||||
#
|
||||
# Created by: 1wardd@airmail.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lesstif
|
||||
PORTVERSION= 0.95.2
|
||||
|
@ -15,8 +11,8 @@ MASTER_SITES= SF
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= API compatible clone of the Motif toolkit
|
||||
|
||||
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
freetype:${PORTSDIR}/print/freetype2
|
||||
|
||||
CONFLICTS?= open-motif-*
|
||||
USE_BZIP2= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue