# New ports collection makefile for: spdict # Date created: 2 Aug 2007 # Whom: vanilla@ # # $FreeBSD: ports/devel/spdict/Makefile,v 1.1 2007/08/02 15:04:29 vanilla Exp $ # PORTNAME= spdict PORTVERSION= 0.2 CATEGORIES= devel MASTER_SITES= http://spdict.googlecode.com/files/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= vanilla@FreeBSD.org COMMENT= A library of dictionary algorithms WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes USE_GMAKE= yes do-install: @${MKDIR} ${PREFIX}/include/spdict @${INSTALL} ${WRKSRC}/*.hpp ${PREFIX}/include/spdict @${INSTALL} ${WRKSRC}/libspdict.so ${PREFIX}/lib/libspdict.so.1 @${LN} -s ${PREFIX}/lib/libspdict.so.1 ${PREFIX}/lib/libspdict.so .include