diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-11 17:54:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-11 17:54:27 +0000 |
commit | d304349064740062b4ba113e8c5763dfeba017fe (patch) | |
tree | 1af3f4535008a0673378f55033c75a984b59e858 /multimedia/gsubedit/Makefile | |
parent | Update gtk/glib to the version 2.0 and other related ports to the latest (diff) |
add gsubedit 0.3
GNOME Subtitle Editor
Diffstat (limited to 'multimedia/gsubedit/Makefile')
-rw-r--r-- | multimedia/gsubedit/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/multimedia/gsubedit/Makefile b/multimedia/gsubedit/Makefile new file mode 100644 index 000000000000..95cad49fa091 --- /dev/null +++ b/multimedia/gsubedit/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: gsubedit +# Date created: Mar 12, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gsubedit +PORTVERSION= 0.3 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_X_PREFIX= yes +USE_BISON= yes +USE_GNOME= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gnome +USE_GMAKE= yes + +post-patch: + @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/configure + @${PERL} -pi -e "s,doc/,share/doc/,g" ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> |