mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- new USES=
This commit is contained in:
parent
ae1515c459
commit
67fe3229dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349670
@ -13,8 +13,7 @@ COMMENT= MP3 frame level editor
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= gmake
|
USES= tar:bzip2 gmake
|
||||||
USE_BZIP2= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
|
||||||
PLIST_FILES= bin/mp3asm
|
PLIST_FILES= bin/mp3asm
|
||||||
@ -25,7 +24,7 @@ OPTIONS_DEFINE= DOCS
|
|||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${RM} ${WRKSRC}/config.cache
|
${RM} ${WRKSRC}/config.cache
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
||||||
|
@ -12,7 +12,7 @@ COMMENT= Web Based Postgres Administration
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USE_BZIP2= YES
|
USES= tar:bzip2
|
||||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||||
USE_PHP= pgsql pcre session
|
USE_PHP= pgsql pcre session
|
||||||
.endif
|
.endif
|
||||||
|
@ -11,8 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}_en${EXTRACT_SUFX}
|
|||||||
MAINTAINER= dinoex@FreeBSD.org
|
MAINTAINER= dinoex@FreeBSD.org
|
||||||
COMMENT= X version of the popular board game
|
COMMENT= X version of the popular board game
|
||||||
|
|
||||||
USES= imake
|
USES= tar:bzip2 imake
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_XORG= xaw
|
USE_XORG= xaw
|
||||||
|
|
||||||
XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble
|
XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble
|
||||||
|
@ -14,7 +14,7 @@ COMMENT= Tools and library routines for working with GIF images
|
|||||||
CONFLICTS= libungif-[0-9]*
|
CONFLICTS= libungif-[0-9]*
|
||||||
PORTSCOUT= limit:^4\.
|
PORTSCOUT= limit:^4\.
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USES= tar:bzip2
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -13,9 +13,8 @@ COMMENT= Library for manipulating PNG images
|
|||||||
|
|
||||||
PORTSCOUT= limit:^1\.5\.
|
PORTSCOUT= limit:^1\.5\.
|
||||||
|
|
||||||
USE_XZ= yes
|
USES= tar:xz cmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= cmake
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CMAKE_ARGS+= -DPNG_MAN_DIR:STRING=man
|
CMAKE_ARGS+= -DPNG_MAN_DIR:STRING=man
|
||||||
|
@ -12,4 +12,4 @@ MASTER_SITES= SF/licq/licq/${LICQ_VER}
|
|||||||
DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER}
|
DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER}
|
||||||
DISTFILES= ${DISTNAME}.tar.bz2
|
DISTFILES= ${DISTNAME}.tar.bz2
|
||||||
DISTINFO_FILE?= ${PORTSDIR}/${LICQ_PORT}/distinfo
|
DISTINFO_FILE?= ${PORTSDIR}/${LICQ_PORT}/distinfo
|
||||||
USE_BZIP2= yes
|
USES+= tar:bzip2
|
||||||
|
@ -24,7 +24,7 @@ OPERA_VER?= 12.16
|
|||||||
OPERA_BUILD?= 1860
|
OPERA_BUILD?= 1860
|
||||||
MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}/
|
MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}/
|
||||||
|
|
||||||
USE_XZ= yes
|
USES= tar:xz
|
||||||
USE_LINUX= yes
|
USE_LINUX= yes
|
||||||
USE_LINUX_APPS= xorglibs
|
USE_LINUX_APPS= xorglibs
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
|||||||
|
|
||||||
CONFLICTS?= open-motif-*
|
CONFLICTS?= open-motif-*
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USES= tar:bzip2
|
||||||
USE_AUTOTOOLS= automake:env autoconf libtool
|
USE_AUTOTOOLS= automake:env autoconf libtool
|
||||||
USE_XORG= sm ice xt xp xext x11 xextproto xrender xft
|
USE_XORG= sm ice xt xp xext x11 xextproto xrender xft
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
Loading…
Reference in New Issue
Block a user