2003-11-18 05:23:36 +01:00
|
|
|
# New ports collection makefile for: liblingoteach
|
|
|
|
# Date created: 14 October 2003
|
|
|
|
# Whom: Marcus von Appen
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= liblingoteach
|
2003-12-04 10:53:01 +01:00
|
|
|
PORTVERSION= 0.2.1
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 3
|
2003-11-18 05:23:36 +01:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/lingoteach/OldFiles
|
2003-11-18 05:23:36 +01:00
|
|
|
|
2009-02-19 22:45:43 +01:00
|
|
|
MAINTAINER= mva@FreeBSD.org
|
2003-11-18 05:23:36 +01:00
|
|
|
COMMENT= A library for parsing lesson files based on the LingoTeach DTD
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack libxml2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-11-18 05:23:36 +01:00
|
|
|
|
|
|
|
.if defined(WITH_COMP)
|
|
|
|
CONFIGURE_ARGS+= --with-compression
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_DEBUG)
|
|
|
|
CONFIGURE_ARGS+= --enable-debug
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-everything::
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "liblingoteach can be used with the following switches:"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} " WITH_COMP=yes Enables zlib compression of"
|
|
|
|
@${ECHO_MSG} " the lesson files"
|
|
|
|
@${ECHO_MSG} " WITH_DEBUG=yes Enables additional debugging"
|
|
|
|
@${ECHO_MSG} " information and output"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|