diff --git a/devel/gf2/Makefile b/devel/gf2/Makefile index a5db37c9bc64..eb4f91d526a3 100644 --- a/devel/gf2/Makefile +++ b/devel/gf2/Makefile @@ -1,28 +1,31 @@ PORTNAME= gf2 # name of the executable that is built, while the repo is called gf DISTVERSION= g20250204 CATEGORIES= devel MAINTAINER= me@pacopascal.com COMMENT= Graphical frontend for GDB WWW= https://github.com/nakst/gf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libX11.so:x11/libX11 libfreetype.so:print/freetype2 +LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb +USES= xorg +USE_XORG= x11 + USE_GITHUB= yes GH_ACCOUNT= nakst GH_PROJECT= gf GH_TAGNAME= 9c16864 PLIST_FILES= bin/gf2 do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} build_freebsd.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gf2 ${STAGEDIR}${PREFIX}/bin .include