mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
155aa7f937
Reported by: distilator
33 lines
917 B
Makefile
33 lines
917 B
Makefile
# Created by: hamigua <hamigua@cuc.cn>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= srecite
|
|
PORTVERSION= 0.6.2
|
|
PORTREVISION= 11
|
|
CATEGORIES= chinese textproc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SRecite-${PORTVERSION}
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
|
wordbooks-utf8.tar.gz
|
|
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
|
wordbooks-utf8.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool for the Chinese people to study foreign language
|
|
|
|
DEPRECATED= No more public distfiles
|
|
EXPIRATION_DATE= 2014-03-07
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
USES= gmake pathfix
|
|
USE_GNOME= gnomeprefix libgnomeui
|
|
|
|
WORDBOOKS_PATH= ${PREFIX}/share/${PORTNAME}/wordbooks
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKDIR}/wordbooks/* ${STAGEDIR}${WORDBOOKS_PATH}
|
|
${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${STAGEDIR}${PREFIX}/share/applications
|
|
|
|
.include <bsd.port.mk>
|