1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add g2c 0.4

Glade to C translator
This commit is contained in:
Ying-Chieh Liao 2002-06-03 03:35:17 +00:00
parent 86aa367574
commit 8b10943ae1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60511
6 changed files with 42 additions and 0 deletions

View File

@ -164,6 +164,7 @@
SUBDIR += ftnchek
SUBDIR += funnelweb
SUBDIR += g-wrap
SUBDIR += g2c
SUBDIR += gaa
SUBDIR += gconf
SUBDIR += gconf2

35
devel/g2c/Makefile Normal file
View File

@ -0,0 +1,35 @@
# ex:ts=8
# Ports collection makefile for: g2c
# Date created: Mar 21, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= g2c
PORTVERSION= 0.4
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_GTK= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
.endif
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.post.mk>

1
devel/g2c/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (g2c-0.4.tar.gz) = 29f8e1a9f7eb615864bf1971ff85c8eb

1
devel/g2c/pkg-comment Normal file
View File

@ -0,0 +1 @@
Glade to C translator

3
devel/g2c/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Glade to C translator
WWW: http://www.margaglione.com/g2c/

1
devel/g2c/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/g2c