10ddcca177
- these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
47 lines
1,007 B
Makefile
47 lines
1,007 B
Makefile
# New ports collection makefile for: verbiste
|
|
# Date created: 16 November 2005
|
|
# Whom: Dan Phillips <dan-ports@dp.id.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= verbiste
|
|
PORTVERSION= 0.1.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= french textproc
|
|
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
|
|
|
|
MAINTAINER= dan-ports@dp.id.au
|
|
COMMENT?= French verb conjugator/deconjugator
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME+= gnomehack ltverhack libxml2
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
.if !defined(PKGNAMEPREFIX)
|
|
|
|
USE_GETOPT_LONG=yes
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= french-conjugator.1 french-deconjugator.1
|
|
MAN3= verbiste.3
|
|
MANLANG= "" fr
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/lib-patch-*
|
|
|
|
post-install:
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
.for f in README *.java *.c
|
|
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}
|
|
.endfor
|
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|