Reassign to the heap as maintainer no longer use FreeBSD
While here: Use options helpers where possible Submitted by: Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
This commit is contained in:
parent
c5b1367b78
commit
1f9270b0bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327046
5 changed files with 21 additions and 41 deletions
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: beep
|
||||
# Date Created: June 9, 2002
|
||||
# Whom: Tyler Spivey
|
||||
#
|
||||
# Created by: Tyler Spivey
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= beep
|
||||
|
@ -9,7 +6,7 @@ PORTVERSION= 1.0
|
|||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
||||
|
||||
MAINTAINER= admin@mjbrune.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Beeps a certain duration and pitch out of the PC Speaker
|
||||
|
||||
MAN1= beep.1
|
||||
|
|
|
@ -7,14 +7,14 @@ PORTREVISION= 4
|
|||
CATEGORIES= editors
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= admin@mjbrune.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Full screen text editor
|
||||
|
||||
LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell \
|
||||
xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
|
||||
libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
USES= shared-mime-info
|
||||
USES= shared-mime-info
|
||||
USE_SDL= mixer
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui xml \
|
||||
svg opengl qt3support
|
||||
|
|
|
@ -4,4 +4,4 @@ your liking, as well as familiar set of keyboard shortcuts to control
|
|||
its behavior. If you don't feel comfortable already with your editor
|
||||
of choice, you may find it useful.
|
||||
|
||||
WWW: http://code.google.com/p/textroom/
|
||||
WWW: http://code.google.com/p/textroom/
|
||||
|
|
|
@ -7,10 +7,9 @@ PORTREVISION= 4
|
|||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.webta.org/apachetop/
|
||||
|
||||
MAINTAINER= admin@mjbrune.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Apache RealTime log stats
|
||||
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= apachetop.1
|
||||
|
@ -19,22 +18,14 @@ PLIST_FILES= bin/apachetop
|
|||
OPTIONS_DEFINE= ADNS FAM PCRE
|
||||
ADNS_DESC= Asynchronous-capable DNS support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
ADNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns
|
||||
ADNS_CONFIGURE_ON= --with-adns=${LOCALBASE}
|
||||
|
||||
.if ${PORT_OPTIONS:MADNS}
|
||||
LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns
|
||||
CONFIGURE_ARGS+=--with-adns=${LOCALBASE}
|
||||
.endif
|
||||
FAM_LIB_DEPENDS= libfam.so:${PORTSDIR}/devel/fam
|
||||
FAM_CONFIGURE_ON= --with-fam=${LOCALBASE}
|
||||
|
||||
.if ${PORT_OPTIONS:MFAM}
|
||||
LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam
|
||||
CONFIGURE_ARGS+=--with-fam=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPCRE}
|
||||
LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
|
||||
CONFIGURE_ARGS+=--with-pcre=${LOCALBASE}
|
||||
.endif
|
||||
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
PCRE_COFNIGURE_ON= --with-pcre=${LOCALBASE}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's,struct (circle_struct),\1,g' \
|
||||
|
|
|
@ -7,12 +7,12 @@ PORTREVISION= 4
|
|||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= SF http://joewing.net/programs/jwm/releases/
|
||||
|
||||
MAINTAINER= admin@mjbrune.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Joe's Window Manager
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= pkgconfig
|
||||
USE_XORG= xpm
|
||||
|
@ -28,11 +28,11 @@ OPTIONS_DEFINE= FRIBIDI XFT XINERAMA JPEG DEBUG
|
|||
OPTIONS_DEFAULT= FRIBIDI XFT XINERAMA JPEG
|
||||
DEBUG_DESC= Enable debugging
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
FRIBIDI_BUILD_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi
|
||||
JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
DEBUG_CONFIGURE_ON= --enable-debug
|
||||
|
||||
.if ${PORT_OPTIONS:MFRIBIDI}
|
||||
BUILD_DEPENDS+= fribidi:${PORTSDIR}/converters/fribidi
|
||||
.endif
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MXFT}
|
||||
USE_XORG+= xft
|
||||
|
@ -42,14 +42,6 @@ USE_XORG+= xft
|
|||
USE_XORG+= xinerama
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MJPEG}
|
||||
LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/example.jwmrc
|
||||
|
|
Loading…
Reference in a new issue