mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
graphics/cimg: merge the two pre-configure targets
PR: 295438 Reported by: Trond Endrestøl
This commit is contained in:
committed by
Thierry Thomas
parent
0a52e4a824
commit
37bd6dd2c5
@@ -89,12 +89,6 @@ NO_BUILD= yes
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's|make|${MAKE_CMD}|' ${BUILD_WRKSRC}/Makefile
|
||||
|
||||
pre-configure-DOCS-off:
|
||||
${REINPLACE_CMD} -e 's|^OPTFLAGS|#OPTFLAGS|;s|/usr/X11R6|${LOCALBASE}| \'
|
||||
${BUILD_WRKSRC}/Makefile
|
||||
|
||||
pre-configure:
|
||||
. if !defined(WITHOUT_FFMPEG)
|
||||
${REINPLACE_CMD} -e 's|#FFMPEG_CFLAGS|FFMPEG_CFLAGS|' \
|
||||
-e 's|#FFMPEG_DEFINE|FFMPEG_DEFINE|' \
|
||||
@@ -107,6 +101,10 @@ pre-configure:
|
||||
${BUILD_WRKSRC}/Makefile
|
||||
. endif
|
||||
|
||||
pre-configure-DOCS-off:
|
||||
${REINPLACE_CMD} -e 's|^OPTFLAGS|#OPTFLAGS|;s|/usr/X11R6|${LOCALBASE}| \'
|
||||
${BUILD_WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/CImg.h ${STAGEDIR}${PREFIX}/include
|
||||
|
||||
|
||||
Reference in New Issue
Block a user