diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
commit | fda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch) | |
tree | 4ccb4a868e97ff347416395233e3825776b24951 /irc/ircatlite | |
parent | d0cdca8bc326260560504ebb5d4b206942ca5125 (diff) |
Notes
Diffstat (limited to 'irc/ircatlite')
-rw-r--r-- | irc/ircatlite/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile index 7ecec2bd0df5..1b15b963697c 100644 --- a/irc/ircatlite/Makefile +++ b/irc/ircatlite/Makefile @@ -13,22 +13,15 @@ DISTNAME= IRcatLite-r20000308 MAINTAINER= goto@snowy.to -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - +USE_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-gtk-config=gtk12-config - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes -MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" DOCS= LICENSE INSTALL INSTALL.jp README README.jp WRKSRC= ${WRKDIR}/IRcatLite -.include <bsd.port.pre.mk> - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat .if !defined(NOPORTDOCS) @@ -38,4 +31,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |