blob: 5166acde5d586c728fd955be5a8fc40be082557a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: lingoteach
# Date created: 01 September 2002
# Whom: Marcus vA
#
# $FreeBSD$
#
PORTNAME= lingoteach
PORTVERSION= 0.3.7
CATEGORIES= misc
MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/lingoteach/
MAINTAINER= mva121@gmx.net
BUILD_DEPENDS= gtk-query-immodules-2.0:${PORTSDIR}/x11-toolkits/gtk20:install \
xml2-config:${PORTSDIR}/textproc/libxml2:install
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2:install \
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20:install
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
USE_GMAKE= yes
post-install::
@${ECHO_MSG} "--------------------------------------------------------"
@${ECHO_MSG} " If you want the sound snippets too, go to the projects "
@${ECHO_MSG} " homepage - http://lingoteach.org, fetch the tar ball "
@${ECHO_MSG} " of the sound snippets and copy the content of data "
@${ECHO_MSG} " to $PREFIX/share/lingoteach/data. "
@${ECHO_MSG} "--------------------------------------------------------"
.include <bsd.port.mk>
|