diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-04-25 11:33:24 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-04-25 11:33:24 +0000 |
commit | ad511fbc6ed5be86473493b150aee98abfa5653b (patch) | |
tree | e2076381b2bb2f020be59c9f8fb377c1ee0e5ff1 /x11 | |
parent | a27412763ae190037bd804b11ce3ce321c85ebb8 (diff) | |
download | ports-ad511fbc6ed5be86473493b150aee98abfa5653b.tar.gz ports-ad511fbc6ed5be86473493b150aee98abfa5653b.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gromit/Makefile | 11 | ||||
-rw-r--r-- | x11/gromit/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile index 7ee75d5568aa..5e420ffcd162 100644 --- a/x11/gromit/Makefile +++ b/x11/gromit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gromit -PORTVERSION= 20011210 -PORTREVISION= 1 +PORTVERSION= 20041213 CATEGORIES= x11 MASTER_SITES= http://www.home.unix-ag.org/simon/gromit/ @@ -15,10 +14,16 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= "GRaphics Over Miscellaneous Objects (Gromit)" USE_X_PREFIX= yes -USE_GNOME= gtk12 +USE_REINPLACE= yes +USE_GNOME= gtk20 DOCS= AUTHORS ChangeLog README +post-extract: + @${REINPLACE_CMD} -e 's|gcc|$${CC}|' \ + -e 's|`gtk-config|$${CFLAGS} `pkg-config gtk\+-2.0|' \ + ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gromit ${PREFIX}/bin @${MKDIR} ${EXAMPLESDIR} diff --git a/x11/gromit/distinfo b/x11/gromit/distinfo index 2532aae41048..b5a698624da2 100644 --- a/x11/gromit/distinfo +++ b/x11/gromit/distinfo @@ -1,2 +1,2 @@ -MD5 (gromit-20011210.tar.gz) = 5e09191f1204d59a70e043776ce547eb -SIZE (gromit-20011210.tar.gz) = 19827 +MD5 (gromit-20041213.tar.gz) = 86fd67cfe62b1b955ddcd821e14a8c14 +SIZE (gromit-20041213.tar.gz) = 21970 |