diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-02-06 20:50:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-02-06 20:50:40 +0000 |
commit | 5b90b546367e32368553ad084833b5717d482d46 (patch) | |
tree | 5794a13516bc2cabdba528adcbc7cb3357c2294e /mail/wmmaiload/Makefile | |
parent | 4153e1deae59cdc476ffbe100f17363188aa150d (diff) | |
download | ports-5b90b546367e32368553ad084833b5717d482d46.tar.gz ports-5b90b546367e32368553ad084833b5717d482d46.zip |
Update to 0.8.1
Notes
Notes:
svn path=/head/; revision=74994
Diffstat (limited to 'mail/wmmaiload/Makefile')
-rw-r--r-- | mail/wmmaiload/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index bcb358f3cb4e..92148e70dcec 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmmaiload -PORTVERSION= 0.6.0 +PORTVERSION= 0.8.1 CATEGORIES= mail windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ @@ -14,11 +14,18 @@ MAINTAINER= pat@FreeBSD.org USE_X_PREFIX= yes USE_XPM= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix="" MAN1= ${PORTNAME}.1 +post-patch: + @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \ + ${WRKSRC}/wmmaiload-config/Makefile.in + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/wmmaiload ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/doc/wmmaiload.1 ${PREFIX}/man/man1 |