summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-26 14:45:54 +0000
committermat <mat@FreeBSD.org>2014-01-26 14:45:54 +0000
commit540a5ec083a6f88d5bdff04bcc5a9bc1fbddf17a (patch)
treefed8a9a59c61538d3cce0e7e2f596a46d8da663a
parentbaeff25b27d62bc1350a3009e9bd819ca12662c6 (diff)
downloadFreeBSD-ports-540a5ec083a6f88d5bdff04bcc5a9bc1fbddf17a.zip
FreeBSD-ports-540a5ec083a6f88d5bdff04bcc5a9bc1fbddf17a.tar.gz
Convert to staging.
Sponsored by: Absolight
-rw-r--r--textproc/dictfmt/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile
index bd054d5..17083ac 100644
--- a/textproc/dictfmt/Makefile
+++ b/textproc/dictfmt/Makefile
@@ -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>
OpenPOWER on IntegriCloud