summaryrefslogblamecommitdiff
path: root/x11-toolkits/gtk12/Makefile
blob: 53a4291ab800f69ee7638b5180ef07e1c2be4c3a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                            

                                                                     
 
           

 
                   

                     
                            

                                                         


                                                     
                                   
 
                                   
 
                                                
 
                   
                   
                   
                   
                   
                                                 
                                                                         
                                                   
                                                   
                                         
 
                              



                                          


                                                  
                      
# New ports collection makefile for:   gtk12
# Date Created:			28 Sep 1997
# Whom:				Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
#

PORTNAME=	gtk
PORTVERSION=	1.2.9
#PORTREVISION=	1
CATEGORIES=	x11-toolkits
MASTER_SITES=	ftp://ftp.gimp.org/pub/gtk/v1.2/ \
		ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
		http://www.ameth.org/gimp/gtk/v1.2/ \
		${MASTER_SITE_RINGSERVER}
MASTER_SITE_SUBDIR=	graphics/gimp/gtk/v1.2
DISTNAME=	gtk+-${PORTVERSION}

MAINTAINER=	vanilla@FreeBSD.org

LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext

USE_X_PREFIX=	yes
USE_PERL5=	yes
USE_GLIB=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
LIBTOOLFLAGS=	--disable-ltlibs --release-suffix
CONFIGURE_ARGS=	--includedir=${PREFIX}/include/gtk12 --with-native-locale
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		X_CFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

MAN1=		gtk12-config.1

pre-build:
	${RM} -rf ${WRKSRC}/docs/gtk.info*

post-install:
	@${MKDIR} ${PREFIX}/lib/gtk/themes/engines

.include <bsd.port.mk>