1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/libdict/Makefile
Mark Linimon b9a27bdd1a Reset inactive maintainer due to maintainer-timeouts and no response to
email.  While here, remove stale mastersites.

Hat:		portmgr
2007-03-04 23:48:10 +00:00

39 lines
881 B
Makefile

# New ports collection makefile for: libdict
# Date created: Apr 19 2003
# Whom: Alex Semenyaka <alex@rinet.ru>
#
# $FreeBSD$
#
PORTNAME= libdict
PORTVERSION= 0.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source treap_insert.pdf:doc \
avl_insert.pdf:doc empty.pdf:doc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library providing access to ``dictionary'' data structures
USE_GMAKE= yes
MAKEFILE= GNUmakefile
INSTALLS_SHLIB= yes
post-extract:
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
@${CP} ${DISTDIR}/${___f} ${WRKSRC}/
. endfor
pre-install:
-@${MKDIR} ${PREFIX}/include/
-@${MKDIR} ${PREFIX}/lib/
-@${MKDIR} ${DOCSDIR}
post-install:
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
@${CP} ${WRKSRC}/${___f} ${DOCSDIR}
. endfor
.include <bsd.port.mk>