diff options
Diffstat (limited to 'net/ayttm/Makefile')
-rw-r--r-- | net/ayttm/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index 2b1f8a032240..9277130cfde5 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -6,28 +6,19 @@ # PORTNAME= everybuddy -PORTVERSION= 0.1.4-2 +PORTVERSION= 0.1.4.2 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.everybuddy.com/files/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2/-2/} MAINTAINER= jim@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - esd.2:${PORTSDIR}/audio/esound - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -GNU_CONFIGURE= yes USE_X_PREFIX= yes - -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ - GLIB_CONFIG="${GLIB_CONFIG}" +USE_GMAKE= yes +USE_GNOME= yes +GNU_CONFIGURE= yes MAN1= everybuddy.1 -post-patch: - @${CP} ${FILESDIR}/config.h ${WRKSRC}/src - .include <bsd.port.mk> |