diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-01-19 18:11:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-01-19 18:11:08 +0000 |
commit | 8090e364f476e157ceef7ab59d0fae9d1d8968a0 (patch) | |
tree | c11841937d08d2415df5113a57e72d6a7274bb2a /textproc/intltool/Makefile | |
parent | 98fdc3fd7a748cd796b7307b026a9bd7411d9328 (diff) | |
download | ports-8090e364f476e157ceef7ab59d0fae9d1d8968a0.tar.gz ports-8090e364f476e157ceef7ab59d0fae9d1d8968a0.zip |
Notes
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile new file mode 100644 index 000000000000..7ae4d64ac40c --- /dev/null +++ b/textproc/intltool/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xml-i18n-tools +# Date created: 19th January 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xml-i18n-tools +PORTVERSION= 0.5 +CATEGORIES= textproc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} + +MAINTAINER= ade@FreeBSD.org + +USE_GMAKE= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> |