aboutsummaryrefslogblamecommitdiff
path: root/french/verbiste/Makefile
blob: 309f6e0c23c1ed20b2db03691c3c654881acafda (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               
           

                        
                      
                 
                               
                                                   
 
                                   
                                                   
 
                          

                     
 



                                                          
                   
                             
 

                                      
 
                              
 
                         


                              
     
                                  

      
                          





                                      
 
                                                   
                       



                                  
 
             
                                          
                           
                                                                         
       
                                                                           
 
                      
# Created by: Dan Phillips <dan-ports@dp.id.au>
# $FreeBSD$

PORTNAME=	verbiste
PORTVERSION=	0.1.33
PORTREVISION=	2
CATEGORIES=	french textproc
MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/

MAINTAINER=	dereckson@gmail.com
COMMENT=	French verb conjugator/deconjugator

OPTIONS_DEFINE=	GTK2 GNOME

LICENSE=	GPLv2

USES=		pathfix pkgconfig iconv libtool shebangfix
SHEBANG_FILES=	${WRKSRC}/examples/*.pl
GNU_CONFIGURE=	yes
USE_GNOME=	libxml2
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGTK2}
CONFIGURE_ARGS+=--with-gtk-app
USE_GNOME+=	gtk20
PLIST_SUB+=	HASGTK=""
.else
PLIST_SUB+=	HASGTK="@comment "
.endif

.if ${PORT_OPTIONS:MGNOME}
CONFIGURE_ARGS+=--with-gnome-app
USE_GNOME+=	gnomeprefix libgnomeui
PLIST_SUB+=	HASGNOME=""
.else
PLIST_SUB+=	HASGNOME="@comment "
.endif

.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGNOME}
USES+=		gettext
PLIST_SUB+=	HASGUI=""
.else
PLIST_SUB+=	HASGUI="@comment "
.endif

post-install:
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for f in README *.java *.c
	${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>