1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/chinese/srecite/Makefile
Beech Rintoul ebc6758085 - Change maintainer address
- Cleanup master_sites

Requested by:	Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by:	sat (mentor)
2007-07-05 07:21:24 +00:00

35 lines
902 B
Makefile

# Ports collection makefile for: srecite
# Date created: 28 Oct 2004
# Whom: hamigua <hamigua@cuc.cn>
#
# $FreeBSD$
#
PORTNAME= srecite
PORTVERSION= 0.6.2
PORTREVISION= 4
CATEGORIES= chinese textproc
MASTER_SITES= SF
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
wordbooks-utf8.tar.gz
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
wordbooks-utf8.tar.gz
MAINTAINER= relaxbsd@gmail.com
COMMENT= A tool for the Chinese people to study foreign language
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
WORDBOOKS_PATH= ${PREFIX}/share/gnome/${PORTNAME}/wordbooks
post-install:
cd ${WRKDIR}/wordbooks && ${INSTALL_DATA} * ${WORDBOOKS_PATH}
${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${PREFIX}/share/gnome/applications
.include <bsd.port.mk>