Date: Sun, 26 Jan 2014 14:45:55 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341191 - head/textproc/dictfmt Message-ID: <201401261445.s0QEjtlD078615@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sun Jan 26 14:45:54 2014 New Revision: 341191 URL: http://svnweb.freebsd.org/changeset/ports/341191 QAT: https://qat.redports.org/buildarchive/r341191/ Log: Convert to staging. Sponsored by: Absolight Modified: head/textproc/dictfmt/Makefile Modified: head/textproc/dictfmt/Makefile ============================================================================== --- head/textproc/dictfmt/Makefile Sun Jan 26 14:42:54 2014 (r341190) +++ head/textproc/dictfmt/Makefile Sun Jan 26 14:45:54 2014 (r341191) @@ -10,22 +10,23 @@ DISTNAME= dictd-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= Formats a DICT protocol dictionary database -LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa +LICENSE= GPLv2 -USE_GMAKE= yes +LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa + +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cflags="${CFLAGS}" ALL_TARGET= dictfmt INSTALL_TARGET= install.dictfmt USE_AUTOTOOLS= libtool -MAN1= dictfmt.1 dictfmt_index2suffix.1 dictfmt_index2word.1 \ - dictunformat.1 PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \ - bin/dictunformat + bin/dictunformat man/man1/dictfmt.1.gz \ + man/man1/dictfmt_index2suffix.1.gz \ + man/man1/dictfmt_index2word.1.gz man/man1/dictunformat.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261445.s0QEjtlD078615>