summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:56:49 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:56:49 +0100
commit64b44a6421b4fb2c297e9e5a7173690e5bfef173 (patch)
treee985134f2b32cdea498aaf08fbbc403f4aca3285
parent13834c4ef05ab45784afc67a70faff87e94371ef (diff)
x11/xlockmore-obsd: reorder Makefile
-rw-r--r--x11/xlockmore-obsd/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11/xlockmore-obsd/Makefile b/x11/xlockmore-obsd/Makefile
index f080b2a..68fca7b 100644
--- a/x11/xlockmore-obsd/Makefile
+++ b/x11/xlockmore-obsd/Makefile
@@ -1,4 +1,3 @@
-
COMMENT = lockscreen program for X
DISTNAME = xlockmore-obsd-5.22
@@ -20,12 +19,8 @@ MODULES = xenocara
LIB_DEPENDS = print/freetype2 x11/libXext x11/libXpm
+SEPARATE_BUILD = Yes
CONFIGURE_STYLE = simple
-WRKDIST = ${WRKDIR}/xlockmore
-
-post-patch:
- @chmod a+rx ${WRKSRC}/configure
-
CONFIGURE_ARGS = --datarootdir=${X11BASE} \
--enable-appdefaultdir=${X11BASE}/share/X11/app-defaults \
--enable-syslog --without-motif --without-ttf \
@@ -33,6 +28,9 @@ CONFIGURE_ARGS = --datarootdir=${X11BASE} \
--without-rplay --without-ftgl \
--without-opengl --without-mesa
-SEPARATE_BUILD = tes
+WRKDIST = ${WRKDIR}/xlockmore
+
+post-patch:
+ @chmod a+rx ${WRKSRC}/configure
.include <bsd.port.mk>