diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-10-03 05:00:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-10-03 05:00:35 +0000 |
commit | c5549750dc3d53828e254aafb5305c4c84933198 (patch) | |
tree | 635fe36d9ff6d12447b0229d64ee526e9bad2d0d /deskutils/notebook | |
parent | ed13219d7c1131773744d618ecc929e027153bbd (diff) |
Approved by: Will
Some simple changes. Mostly implementing Mr. Sada Kenji patches to
JX x11-toolkit family ports:
1. nonexistent -> ${NONEXISTENT}
2. Allow you to define WRKDIRPREFIX safely.
-JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3
+JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
Notes
Notes:
svn path=/head/; revision=33349
Diffstat (limited to 'deskutils/notebook')
-rw-r--r-- | deskutils/notebook/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deskutils/notebook/Makefile b/deskutils/notebook/Makefile index 569ca15c1dcd..1cc2e637e395 100644 --- a/deskutils/notebook/Makefile +++ b/deskutils/notebook/Makefile @@ -13,7 +13,7 @@ DISTNAME= Notebook_source-${PORTVERSION} MAINTAINER= lioux@linf.unb.br -BUILD_DEPENDS= nonexistent:${JXPORT}:configure \ +BUILD_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure \ makemake:${JXPORT} LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \ jtoolbar-0_5_4.0:${PORTSDIR}/x11-toolkits/libjtoolbar \ @@ -48,13 +48,14 @@ EXTRALIBFILES_MAKE_WRKSRC= include/make # main jx distribution files needed for building COPY_JXDIRS= include COPY_JXFILES= Makefile + +.include <bsd.port.pre.mk> + # main jx distribution port wrksrc JXPORT= ${PORTSDIR}/x11-toolkits/jx -JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3 +JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC JX_MAKE_CONSTANTS= jtoolbar_constants jtree_constants -.include <bsd.port.pre.mk> - .if ${OSVERSION} >= 300000 ALL_TARGET= freebsd3.x .else |