Index: head/sysutils/xosview/Makefile =================================================================== --- head/sysutils/xosview/Makefile (revision 418226) +++ head/sysutils/xosview/Makefile (revision 418227) @@ -1,35 +1,36 @@ # Created by: Brian Handy # $FreeBSD$ PORTNAME= xosview PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= otacilio.neto@bsd.com.br COMMENT= Graphical performance meter LICENSE= BSD4CLAUSE GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 i386 ia64 ONLY_FOR_ARCHS_REASON= used i386-specific hardware resources USE_GITHUB= yes GH_ACCOUNT= hills -USE_XORG= xpm +USE_XORG= x11 xpm USES= gmake MAKE_ENV= OPTFLAGS="" PLATFORM=bsd MANDIR=${MANPREFIX}/man ALL_TARGET= xosview DESKTOP_ENTRIES="XOsview" "" "" "xosview" "" "" do-configure: @${SED} -e '/CXX/s|^|#|' -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/targets/freebsd > ${WRKSRC}/.config post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${CP} ${WRKSRC}/Xdefaults ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XOsview .include