aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-ming
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:08:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:08:35 +0000
commit88ee161350532f4c3b58a5786a78749855810d14 (patch)
treee5f60660dd3378ec02bb224af1f5d08dd18be59c /graphics/p5-ming
parent96e210679ca62d3f4b4973be9b6647c20058bd76 (diff)
downloadports-88ee161350532f4c3b58a5786a78749855810d14.tar.gz
ports-88ee161350532f4c3b58a5786a78749855810d14.zip
Notes
Diffstat (limited to 'graphics/p5-ming')
-rw-r--r--graphics/p5-ming/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/graphics/p5-ming/Makefile b/graphics/p5-ming/Makefile
index 4db50eb6bdf4..f9d917b46589 100644
--- a/graphics/p5-ming/Makefile
+++ b/graphics/p5-ming/Makefile
@@ -20,22 +20,24 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libming.so:graphics/ming \
libpng.so:graphics/png
-OPTIONS_DEFINE= EXAMPLES
-
-PORTSCOUT= limit:^ming-
+USES= autoreconf bison gmake libtool localbase perl5 shebangfix
CONFIGURE_ARGS= --enable-perl
GNU_CONFIGURE= yes
-USES= autoreconf bison gmake libtool localbase perl5 shebangfix
-SHEBANG_FILES= perl_ext/examples/*.cgi
BUILD_WRKSRC= ${WRKSRC}/perl_ext
INSTALL_WRKSRC= ${WRKSRC}/perl_ext
PORTEXAMPLES= *
USE_GITHUB= yes
-GH_ACCOUNT= lib${PORTNAME}
-GH_PROJECT= lib${PORTNAME}
+GH_ACCOUNT= libming
+GH_PROJECT= libming
+
+PORTSCOUT= limit:^ming-
+
+SHEBANG_FILES= perl_ext/examples/*.cgi
+
+OPTIONS_DEFINE= EXAMPLES
post-patch:
@${REINPLACE_CMD} -e '/ming_is_compiled()/ s|^|#|; /LIBS/d' ${WRKSRC}/perl_ext/Makefile.PL