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

- Stage support

This commit is contained in:
Martin Wilke 2014-02-03 11:11:50 +00:00
parent b3c0ac803f
commit 6b3deca90b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342422
3 changed files with 5 additions and 6 deletions

View File

@ -11,9 +11,9 @@ COMMENT= Hebrew Calendar calculator
HAS_CONFIGURE= yes
PLIST_FILES= bin/hebcal
MAN1= hebcal.1
PLIST_FILES= bin/hebcal \
man/man1/hebcal.1.gz
INFO= hebcal
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -26,8 +26,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= elmo.1 elmoconf.pl.1
NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}"
NLS_CONFIGURE_OFF= --disable-nls
NLS_USES= gettext
@ -36,7 +34,6 @@ OPTIONS_SUB= yes
.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme
.else
NO_STAGE= yes
pre-everything::
@${ECHO_CMD}
@${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support."

View File

@ -4,4 +4,6 @@ bin/elmoconf.pl
%%DATADIR%%/tutorial
%%NLS%%share/locale/de/LC_MESSAGES/elmo.mo
%%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo
man/man1/elmo.1.gz
man/man1/elmoconf.pl.1.gz
@dirrm %%DATADIR%%