From 4682c2c61dcb7a63ae78f7c087ba5d0bda84f154 Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 10 Jul 2013 19:41:30 +0000 Subject: Convert my ports to current standards - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense --- multimedia/smtube/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'multimedia/smtube') diff --git a/multimedia/smtube/Makefile b/multimedia/smtube/Makefile index 7e6ad39eb4af..ffeebd5e73a3 100644 --- a/multimedia/smtube/Makefile +++ b/multimedia/smtube/Makefile @@ -12,7 +12,7 @@ COMMENT= SMPlayer YouTube browser RUN_DEPENDS= ${LOCALBASE}/bin/smplayer:${PORTSDIR}/multimedia/smplayer USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake ALL_TARGET= #empty USE_QT4= linguist_build moc_build qmake_build rcc_build uic_build QMAKEFLAGS+= QMAKE_CXXFLAGS_RELEASE="" @@ -20,6 +20,8 @@ INSTALLS_ICONS= yes PORTDOCS= * +OPTIONS_DEFINE= DOCS + .include post-patch: -- cgit