mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Stage support
This commit is contained in:
parent
82ed32106d
commit
3e9d030ee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342325
3 changed files with 7 additions and 5 deletions
|
@ -19,7 +19,6 @@ CONFIGURE_ARGS= --with-jpeg8
|
|||
USE_LDCONFIG= yes
|
||||
ALL_TARGET= test
|
||||
|
||||
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
|
||||
PLIST_SUB= SOVERSION=${SOVERSION}
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
@ -30,7 +29,6 @@ SOVERSION= 11
|
|||
OPTIONS_DEFINE= PIC
|
||||
PIC_DESC= Static library with PIC (required for VirtualGL)
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPIC}
|
||||
|
|
|
@ -17,3 +17,8 @@ lib/libturbojpeg.a
|
|||
lib/libturbojpeg.la
|
||||
lib/libturbojpeg.so
|
||||
lib/libturbojpeg.so.0
|
||||
man/man1/cjpeg.1.gz
|
||||
man/man1/djpeg.1.gz
|
||||
man/man1/jpegtran.1.gz
|
||||
man/man1/rdjpgcom.1.gz
|
||||
man/man1/wrjpgcom.1.gz
|
||||
|
|
|
@ -23,9 +23,8 @@ CONFIGURE_ARGS+=--with-boost=${LOCALBASE}
|
|||
USES= pkgconfig
|
||||
USE_XZ= yes
|
||||
|
||||
MAN1= cclive.1
|
||||
PLIST_FILES= bin/ccl \
|
||||
bin/cclive
|
||||
bin/cclive \
|
||||
man/man1/cclive.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue