Use options helpers

This commit is contained in:
Baptiste Daroussin 2014-04-04 13:22:14 +00:00
parent 05de4f684f
commit 3f07fb0b8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350112

View File

@ -13,29 +13,24 @@ COMMENT= Virtual note-pad system for your X11 desktop
LICENSE= GPLv3
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
CONFLICTS_INSTALL= xpad-current-[0-9]*
USE_BZIP2= yes
USE_XORG= x11 sm
USE_GNOME= gtk20 gnomehier intltool
USES= pkgconfig gmake
USES= pkgconfig gmake tar:bzip2
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
NLS_USES= gettext
NLS_CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch-script:
post-patch:
.if ! ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \
${WRKSRC}/Makefile.in