1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert to new options helper

- Use PLIST
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-04 02:48:58 +00:00
parent 0451f03bed
commit e3e266b71f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360518
2 changed files with 16 additions and 28 deletions

View File

@ -13,40 +13,18 @@ COMMENT= Library and program to validate and fix HTML
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
USES= libtool
OPTIONS_DEFINE= ACCESS ASIAN DEBUG UTF16
ACCESS_DESC= Accessibility checks
ASIAN_DESC= Asian encodings
PLIST_FILES= bin/${PORTNAME} \
include/${PORTNAME}/buffio.h \
include/${PORTNAME}/platform.h \
include/${PORTNAME}/tidyp.h \
include/${PORTNAME}/tidypenum.h \
lib/lib${PORTNAME}-${PORTVERSION}.so.0 \
lib/lib${PORTNAME}-${PORTVERSION}.so.0.0.0 \
lib/lib${PORTNAME}.a \
lib/lib${PORTNAME}.so
PLIST_DIRS= include/${PORTNAME}
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MACCESS}
CONFIGURE_ARGS+=--enable-access
.endif
.if ${PORT_OPTIONS:MASIAN}
CONFIGURE_ARGS+=--enable-asian
.endif
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif
.if ${PORT_OPTIONS:MUTF16}
CONFIGURE_ARGS+=--enable-utf16
.endif
ACCESS_CONFIGURE_ENABLE=access
ASIAN_CONFIGURE_ENABLE= asian
DEBUG_CONFIGURE_ENABLE= debug
UTF16_CONFIGURE_ENABLE= utf16
.include <bsd.port.mk>

10
textproc/tidyp/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
bin/tidyp
include/tidyp/buffio.h
include/tidyp/platform.h
include/tidyp/tidyp.h
include/tidyp/tidypenum.h
lib/libtidyp-%%PORTVERSION%%.so.0
lib/libtidyp-%%PORTVERSION%%.so.0.0.0
lib/libtidyp.a
lib/libtidyp.so
@dirrm include/tidyp