- Support staging
- Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax - Switch to USES=libtool
This commit is contained in:
parent
da4889bfe8
commit
ba5eadc2b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353634
2 changed files with 6 additions and 12 deletions
|
@ -9,14 +9,11 @@ MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|||
MAINTAINER?= clsung@FreeBSD.org
|
||||
COMMENT= Dict protocol (RFC 2229) server
|
||||
|
||||
LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa
|
||||
|
||||
MAN1= dictzip.1
|
||||
MAN8= dictd.8
|
||||
LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
USES= bison
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= bison libtool gmake
|
||||
USE_AUTOTOOLS= libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
|
||||
--without-local-zlib
|
||||
|
@ -26,12 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
SUB_FILES+= dictd.conf pkg-message
|
||||
SUB_LIST+= PORTSDIR=${PORTSDIR}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
ALL_TARGET= dictd dictzip
|
||||
INSTALL_TARGET= install.dictd install.dictzip
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
.for i in Makefile.in dict.1.in dictd.8.in
|
||||
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/$i
|
||||
|
@ -39,8 +33,6 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e "s|\([\ \t(]\)T_USER|\1T_USERNAME|g" ${WRKSRC}/*.[chly]
|
||||
|
||||
post-install:
|
||||
@${CP} ${WRKDIR}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.sample
|
||||
@[ -f ${PREFIX}/etc/${PORTNAME}.conf ] || ${CP} ${PREFIX}/etc/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${CP} ${WRKDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/dictzip
|
||||
man/man1/dictzip.1.gz
|
||||
man/man8/dictd.8.gz
|
||||
sbin/dictd
|
||||
@unexec if cmp -s %D/etc/dictd.conf %D/etc/dictd.conf.sample; then rm -f %D/etc/dictd.conf; fi
|
||||
etc/dictd.conf.sample
|
||||
|
|
Loading…
Reference in a new issue