diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:29:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:29:13 +0000 |
commit | 0e353ed5b08c50e8979a13ec66d8f5da3fa693ba (patch) | |
tree | 6dad7221f69f7922c736cb5eb08e5fe78bf5f89e /net/licq-jons-gtk-gui/Makefile | |
parent | 2dc089c93be45e62671c8acbf4fb07719878834f (diff) |
Notes
Diffstat (limited to 'net/licq-jons-gtk-gui/Makefile')
-rw-r--r-- | net/licq-jons-gtk-gui/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/licq-jons-gtk-gui/Makefile b/net/licq-jons-gtk-gui/Makefile new file mode 100644 index 000000000000..ce9bfef5345a --- /dev/null +++ b/net/licq-jons-gtk-gui/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: licq-jons-gtk-gui +# Date created: 30 November 2002 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= jons-gtk-gui +PORTVERSION= ${JONS_GTK_LICQ_VER} +CATEGORIES= net + +MAINTAINER= dinoex@FreeBSD.org + +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LIBS="${PTHREAD_LIBS}" +INCDIR= ${PORTSDIR}/net +USE_GNOMENG= yes +USE_GNOME= gtk12 +PLIST_SUB+= GUI_NAME=jons-gtk +EXTRA_FIX= ${WRKSRC}/src/Makefile.in + +post-patch: + @ ${MV} ${EXTRA_FIX} ${EXTRA_FIX}.sed + ${SED} -e "s=gtk-config=gtk12-config=" ${EXTRA_FIX}.sed > ${EXTRA_FIX} + +.include <bsd.port.pre.mk> +.include "${INCDIR}/licq/Makefile.inc" +.include <bsd.port.post.mk> |