- Update to 20041213
PR: ports/79155 Submitted by: danfe
This commit is contained in:
parent
a27412763a
commit
ad511fbc6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134131
2 changed files with 10 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue